Update ci.yml

This commit is contained in:
Hiddify
2023-07-22 08:16:31 +02:00
committed by GitHub
parent b3a4e7235f
commit d2d6d3f707

View File

@@ -63,7 +63,7 @@ jobs:
- name: Setup Linux dependencies - name: Setup Linux dependencies
if: matrix.platform == 'linux' if: matrix.platform == 'linux'
run: | run: |
sudo apt install -y locate sudo apt install -y locate ninja-build
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/