mirror of
https://github.com/libp2p/go-openssl.git
synced 2025-01-30 05:20:08 +08:00
Update action.yml
This commit is contained in:
parent
de18fa1620
commit
54131cd06f
2
.github/actions/go-test-setup/action.yml
vendored
2
.github/actions/go-test-setup/action.yml
vendored
@ -11,6 +11,8 @@ runs:
|
||||
shell: bash
|
||||
if: ${{ runner.os == 'Windows' }}
|
||||
run: |
|
||||
pacman -S --noconfirm mingw-w64-x86_64-pkg-config
|
||||
pacman -S --noconfirm mingw-w64-i686-pkg-config
|
||||
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