Skip to content

Commit

Permalink
Update go.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nocodeleaks committed Jun 7, 2024
1 parent 71328b5 commit 484efca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- name: Build
working-directory: ./src
env:
CGO_ENABLED: ${{matrix.go-os == windows && 1 || 0}}
CGO_ENABLED: ${{matrix.go-os == 'windows' && 1 || 0}}

run: GOOS=${{ matrix.go-os }} GOARCH=${{ matrix.go-arch }} go build -o "${{env.BINARYNAME}}" -tags="${{ matrix.build-tags }}" -v ./...

Expand Down

0 comments on commit 484efca

Please sign in to comment.