Skip to content

Commit

Permalink
Update build.release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Dadido3 committed Jan 15, 2024
1 parent 0e431c6 commit 8057b14
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 8057b14

Please sign in to comment.