ci: prepend msys64 instead of appending it

This commit is contained in:
Piotr Galar 2022-06-06 13:10:57 +02:00 committed by GitHub
parent de18fa1620
commit e7519d4277
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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