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