mirror of
https://github.com/Dadido3/noita-mapcap.git
synced 2024-11-18 17:17:31 +00:00
Update build.release.yml
This commit is contained in:
parent
0e431c64d3
commit
8057b14d8e
6
.github/workflows/build-release.yml
vendored
6
.github/workflows/build-release.yml
vendored
@ -8,17 +8,13 @@ jobs:
|
||||
|
||||
build:
|
||||
name: Build and release
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: windows-latest
|
||||
strategy:
|
||||
matrix:
|
||||
goos: [windows]
|
||||
goarch: ["amd64"]
|
||||
|
||||
steps:
|
||||
|
||||
- name: Install build essentials, needed for cross compilation.
|
||||
run: sudo apt-get install -y build-essential
|
||||
|
||||
- name: Set up Go
|
||||
uses: actions/setup-go@v2
|
||||
with:
|
||||
|
Loading…
Reference in New Issue
Block a user