Skip to content

Commit

Permalink
add mingw path
Browse files Browse the repository at this point in the history
  • Loading branch information
zagrodzki committed Nov 1, 2021
1 parent 349b4ec commit f7f33d4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-and-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ jobs:
- uses: actions/setup-go@v2
with:
go-version: 1.17
- run: echo "D:\a\_temp\msys64\usr\bin" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
- run: $Env:Path
- run: (Get-Command pkg-config).Path
- run: pkg-config --cflags -- libusb-1.0
# - run: go test ./...

0 comments on commit f7f33d4

Please sign in to comment.