mirror of
https://github.com/libp2p/go-openssl.git
synced 2025-03-25 13:30:07 +08:00
ci: prepend msys64 instead of appending it
This commit is contained in:
parent
de18fa1620
commit
e7519d4277
2
.github/actions/go-test-setup/action.yml
vendored
2
.github/actions/go-test-setup/action.yml
vendored
@ -11,7 +11,7 @@ runs:
|
||||
shell: bash
|
||||
if: ${{ runner.os == 'Windows' }}
|
||||
run: |
|
||||
echo '/c/msys64/mingw64/bin' >> $GITHUB_PATH
|
||||
sed -i '1i/c/msys64/mingw64/bin' $GITHUB_PATH
|
||||
echo 'PATH_386=/c/msys64/mingw32/bin:${{ env.PATH_386 }}' >> $GITHUB_ENV
|
||||
- name: Linux setup
|
||||
shell: bash
|
||||
|
Loading…
Reference in New Issue
Block a user