Update workflow script for tag changes
This commit is contained in:
parent
836de13a91
commit
4d5dc9f77e
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -90,7 +90,7 @@ jobs:
|
||||
run: |
|
||||
# Something funky happens with freetype if mono is left
|
||||
sudo mv /Library/Frameworks/Mono.framework /Library/Frameworks/Mono.framework-disabled
|
||||
wget https://github.com/supertuxkart/dependencies/releases/download/latest/dependencies-mac.tar.xz
|
||||
wget https://github.com/supertuxkart/dependencies/releases/download/preview/dependencies-mac.tar.xz
|
||||
# Remove any existing installation to avoid conflict with bundled dependencies
|
||||
rm -rf /usr/local/include/*
|
||||
rm -rf /usr/local/opt/openssl@1.1/include
|
||||
|
4
.github/workflows/windows.yml
vendored
4
.github/workflows/windows.yml
vendored
@ -52,7 +52,7 @@ jobs:
|
||||
key: ${{ github.ref }}-${{ matrix.arch }}-${{ matrix.os }}-windows-build
|
||||
- name: Download dependencies
|
||||
run: |
|
||||
${{ env.wget }} https://github.com/supertuxkart/dependencies/releases/download/latest/dependencies-win-${{ matrix.arch }}.zip
|
||||
${{ env.wget }} https://github.com/supertuxkart/dependencies/releases/download/preview/dependencies-win-${{ matrix.arch }}.zip
|
||||
${{ env.unzip }} dependencies-win-${{ matrix.arch }}.zip
|
||||
- name: Install MinGW for i686 or x86_64
|
||||
if: ${{ matrix.os == 'ubuntu-latest' && ( matrix.arch == 'i686' || matrix.arch == 'x86_64' ) }}
|
||||
@ -61,7 +61,7 @@ jobs:
|
||||
sudo mkdir -p /data/mxe/usr
|
||||
cd /data/mxe/usr
|
||||
# It's compiled from https://github.com/mxe/mxe
|
||||
sudo wget https://github.com/supertuxkart/dependencies/releases/download/latest/mxe_static_mingw.zip
|
||||
sudo wget https://github.com/supertuxkart/dependencies/releases/download/preview/mxe_static_mingw.zip
|
||||
sudo unzip mxe_static_mingw.zip
|
||||
sudo rm mxe_static_mingw.zip
|
||||
- name: Install MinGW for aarch64
|
||||
|
Loading…
Reference in New Issue
Block a user