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
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- platform: android
|
# - platform: android
|
||||||
os: ubuntu-latest
|
# os: ubuntu-latest
|
||||||
targets: aab,apk
|
# targets: aab,apk
|
||||||
|
|
||||||
- platform: windows
|
# - platform: windows
|
||||||
os: windows-latest
|
# os: windows-latest
|
||||||
aarch: amd64
|
# aarch: amd64
|
||||||
targets: exe
|
# targets: exe
|
||||||
# - platform: windows
|
# - platform: windows
|
||||||
# os: windows-latest
|
# os: windows-latest
|
||||||
# aarch: 386
|
# aarch: 386
|
||||||
@@ -63,7 +63,8 @@ jobs:
|
|||||||
- name: Setup Linux dependencies
|
- name: Setup Linux dependencies
|
||||||
if: matrix.platform == 'linux'
|
if: matrix.platform == 'linux'
|
||||||
run: |
|
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"
|
wget -O appimagetool "https://github.com/AppImage/AppImageKit/releases/download/continuous/appimagetool-x86_64.AppImage"
|
||||||
chmod +x appimagetool
|
chmod +x appimagetool
|
||||||
mv appimagetool /usr/local/bin/
|
mv appimagetool /usr/local/bin/
|
||||||
|
|||||||
Reference in New Issue
Block a user