Skip to content

Commit

Permalink
use a predefined action for msys2
Browse files Browse the repository at this point in the history
  • Loading branch information
zagrodzki committed Nov 1, 2021
1 parent a42218c commit 477de0f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build-and-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,9 @@ jobs:
- uses: actions/setup-go@v2
with:
go-version: 1.17
- run: pacman --noconfirm -S mingw-w64-x86_64-libusb
- uses: msys2/setup-msys2@v2
with:
install: |-
base-devel
libusb
- run: go test ./...

0 comments on commit 477de0f

Please sign in to comment.