Skip to content

Commit

Permalink
Fix AppImage build on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
arch1t3cht committed May 29, 2023
1 parent 165cb14 commit f3d6eea
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ jobs:
if: startsWith(matrix.config.os, 'ubuntu-')
run: |
sudo apt-get update
sudo apt-get install ninja-build build-essential libx11-dev libwxgtk3.0-gtk3-dev libfreetype6-dev pkg-config libfontconfig1-dev libass-dev libasound2-dev libffms2-dev intltool libboost-all-dev
sudo apt-get install ninja-build build-essential libx11-dev libwxgtk3.0-gtk3-dev libfreetype6-dev pkg-config libfontconfig1-dev libass-dev libasound2-dev libffms2-dev intltool libboost-all-dev libhunspell-dev libuchardet-dev libpulse-dev libopenal-dev libjansson-dev
- name: Configure
run: meson setup build ${{ matrix.config.args }} -Dbuildtype=${{ matrix.config.buildtype }}
Expand Down Expand Up @@ -186,7 +186,6 @@ jobs:
./linuxdeploy --appdir appdir --desktop-file=appdir/aegisub.desktop
./appimagetool appdir
# ./appimagetool -g -s appdir --comp xz
- name: Upload artifacts - Linux AppImage
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit f3d6eea

Please sign in to comment.