Update build.release.yml

This commit is contained in:
David Vogel 2024-01-15 21:20:44 +01:00
parent 0e431c64d3
commit 8057b14d8e

View File

@ -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: