From 0c7cca538a89ccfd3d2105bc0748951082eaae0a Mon Sep 17 00:00:00 2001 From: Hiddify <114227601+hiddify1@users.noreply.github.com> Date: Sat, 22 Jul 2023 08:45:50 +0200 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 80c5378f..a3afd833 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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/