File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ jobs:
118118 if : startsWith(matrix.config.os, 'ubuntu-')
119119 run : |
120120 sudo apt-get update
121- 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
121+ 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
122122
123123 - name : Configure
124124 run : meson setup build ${{ matrix.config.args }} -Dbuildtype=${{ matrix.config.buildtype }}
@@ -186,7 +186,6 @@ jobs:
186186
187187 ./linuxdeploy --appdir appdir --desktop-file=appdir/aegisub.desktop
188188 ./appimagetool appdir
189- # ./appimagetool -g -s appdir --comp xz
190189
191190 - name : Upload artifacts - Linux AppImage
192191 uses : actions/upload-artifact@v3
You can’t perform that action at this time.
0 commit comments