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:
|
build:
|
||||||
name: Build and release
|
name: Build and release
|
||||||
runs-on: ubuntu-latest
|
runs-on: windows-latest
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
goos: [windows]
|
goos: [windows]
|
||||||
goarch: ["amd64"]
|
goarch: ["amd64"]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
- name: Install build essentials, needed for cross compilation.
|
|
||||||
run: sudo apt-get install -y build-essential
|
|
||||||
|
|
||||||
- name: Set up Go
|
- name: Set up Go
|
||||||
uses: actions/setup-go@v2
|
uses: actions/setup-go@v2
|
||||||
with:
|
with:
|
||||||
|
Loading…
Reference in New Issue
Block a user