Fix github workflows
This commit is contained in:
parent
257c208a1d
commit
96f01d54ce
2
.github/workflows/apple.yml
vendored
2
.github/workflows/apple.yml
vendored
@ -34,6 +34,8 @@ jobs:
|
||||
cd /opt
|
||||
wget https://github.com/supertuxkart/dependencies/releases/download/preview/cctools.tar.xz
|
||||
tar xf cctools.tar.xz
|
||||
# For libtinfo.so.5
|
||||
sudo apt install -y libtinfo5
|
||||
- name: Restore timestamps
|
||||
run: |
|
||||
wget https://github.com/MestreLion/git-tools/archive/refs/heads/main.zip
|
||||
|
2
.github/workflows/windows.yml
vendored
2
.github/workflows/windows.yml
vendored
@ -85,6 +85,8 @@ jobs:
|
||||
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
|
||||
# For libfl.so.2
|
||||
sudo apt install -y libfl-dev
|
||||
- name: Install MinGW for armv7 or aarch64
|
||||
if: ${{ matrix.os == 'ubuntu-latest' && ( matrix.arch == 'armv7' || matrix.arch == 'aarch64' ) }}
|
||||
run: |
|
||||
|
Loading…
Reference in New Issue
Block a user