Update ci.yml
This commit is contained in:
17
.github/workflows/ci.yml
vendored
17
.github/workflows/ci.yml
vendored
@@ -13,14 +13,14 @@ jobs:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
include:
|
||||
- platform: android
|
||||
os: ubuntu-latest
|
||||
targets: aab,apk
|
||||
# - platform: android
|
||||
# os: ubuntu-latest
|
||||
# targets: aab,apk
|
||||
|
||||
- platform: windows
|
||||
os: windows-latest
|
||||
aarch: amd64
|
||||
targets: exe
|
||||
# - platform: windows
|
||||
# os: windows-latest
|
||||
# aarch: amd64
|
||||
# targets: exe
|
||||
# - platform: windows
|
||||
# os: windows-latest
|
||||
# aarch: 386
|
||||
@@ -63,7 +63,8 @@ jobs:
|
||||
- name: Setup Linux dependencies
|
||||
if: matrix.platform == 'linux'
|
||||
run: |
|
||||
sudo apt install -y locate ninja-build pkg-config
|
||||
sudo apt install -y locate ninja-build pkg-config libgtk-3-dev libglib2.0-dev libgio2.0-cil-dev
|
||||
|
||||
wget -O appimagetool "https://github.com/AppImage/AppImageKit/releases/download/continuous/appimagetool-x86_64.AppImage"
|
||||
chmod +x appimagetool
|
||||
mv appimagetool /usr/local/bin/
|
||||
|
||||
Reference in New Issue
Block a user