Skip to content

Commit

Permalink
Don't try to test in Windows build job
Browse files Browse the repository at this point in the history
  • Loading branch information
jangler committed Mar 27, 2024
1 parent 0c2d378 commit d7bdb79
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
name: linux
path: dist/faunatone-*

# This job doesn't test because it would require dynamic SDL2.
build-windows:
runs-on: windows-latest
steps:
Expand All @@ -50,9 +51,6 @@ jobs:
uses: actions/setup-go@v4
with:
go-version: '1.20'

- name: Test
run: go test -v ./...

- name: Build
run: GOOS=windows bash misc/mkdist.sh
Expand Down

0 comments on commit d7bdb79

Please sign in to comment.