mirror of
https://github.com/libp2p/go-openssl.git
synced 2026-08-19 14:53:28 +08:00
Update action.yml
This commit is contained in:
4
.github/actions/go-test-setup/action.yml
vendored
4
.github/actions/go-test-setup/action.yml
vendored
@@ -11,8 +11,8 @@ runs:
|
||||
shell: bash
|
||||
if: ${{ runner.os == 'Windows' }}
|
||||
run: |
|
||||
pacman -S --noconfirm mingw-w64-x86_64-pkg-config mingw-w64-x86_64-openssl
|
||||
pacman -S --noconfirm mingw-w64-i686-pkg-config mingw-w64-i686-openssl
|
||||
pacman -S --noconfirm mingw-w64-x86_64-toolchain mingw-w64-x86_64-openssl
|
||||
pacman -S --noconfirm mingw-w64-i686-toolchain mingw-w64-i686-openssl
|
||||
echo '/c/msys64/mingw64/bin' >> $GITHUB_PATH
|
||||
echo 'PATH_386=/c/msys64/mingw32/bin:${{ env.PATH_386 }}' >> $GITHUB_ENV
|
||||
- name: Linux setup
|
||||
|
||||
Reference in New Issue
Block a user