Skip to content

Commit

Permalink
revert, use msys go
Browse files Browse the repository at this point in the history
  • Loading branch information
zagrodzki committed Nov 1, 2021
1 parent ae4619b commit dfefb3b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build-and-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,10 @@ jobs:
runs-on: windows-2019
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: 1.17
- uses: msys2/setup-msys2@v2
with:
install: |-
mingw64/mingw-w64-x86_64-go
mingw64/mingw-w64-x86_64-gcc
mingw64/mingw-w64-x86_64-libusb
mingw64/mingw-w64-x86_64-pkg-config
Expand Down

0 comments on commit dfefb3b

Please sign in to comment.