mirror of
https://github.com/libp2p/go-openssl.git
synced 2025-03-25 13:30:07 +08:00
Merge pull request #30 from libp2p/galargh-patch-2
Install mingw toolchain on windows machines for go test
This commit is contained in:
commit
53894525e5
1
.github/actions/go-test-setup/action.yml
vendored
1
.github/actions/go-test-setup/action.yml
vendored
@ -11,6 +11,7 @@ runs:
|
||||
shell: bash
|
||||
if: ${{ runner.os == 'Windows' }}
|
||||
run: |
|
||||
pacman -S --noconfirm mingw-w64-x86_64-toolchain mingw-w64-i686-toolchain
|
||||
echo '/c/msys64/mingw64/bin' >> $GITHUB_PATH
|
||||
echo 'PATH_386=/c/msys64/mingw32/bin:${{ env.PATH_386 }}' >> $GITHUB_ENV
|
||||
- name: Linux setup
|
||||
|
Loading…
Reference in New Issue
Block a user