mirror of
https://github.com/nillerusr/source-engine.git
synced 2026-07-16 06:19:58 +00:00
fix(CI): Fix android build.
Untested.
This commit is contained in:
parent
3c93585b19
commit
471c1bf971
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -41,7 +41,7 @@ jobs:
|
||||
run: |
|
||||
sudo apt-get install -y $DEPS
|
||||
- name: Install Android dependencies
|
||||
if: ${{ matrix.android == '' }}
|
||||
if: ${{ matrix.android != '' }}
|
||||
run: |
|
||||
wget https://dl.google.com/android/repository/android-ndk-r10e-linux-x86_64.zip -o /dev/null
|
||||
unzip android-ndk-r10e-linux-x86_64.zip
|
||||
|
||||
Loading…
Reference in New Issue
Block a user