diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index a4fd114..bd167f1 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -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 ./...