fix: AppImage: add libgail, fixes #90 (#91)

* fix: AppImage: add libgail, fixes #90

* chore: push action-gh-release from v1 to v2
This commit is contained in:
Stéphane Lesimple
2024-05-08 18:20:04 +02:00
committed by GitHub
parent 42bb0a120b
commit c32080d7d6
5 changed files with 23 additions and 12 deletions

View File

@@ -32,7 +32,11 @@ jobs:
set +x
./configure ${{ matrix.clionly }} ${{ matrix.debugprintf }} --with-werror
- name: make
run: make -j$(sysctl -n hw.ncpu || 2)
run: |
cat Makefile.config
echo xxxxxxxxxxxxxxxxxxxxxxx
grep -i icon GNUmakefile
make -j$(sysctl -n hw.ncpu || 2)
- name: check executability
run: ./dvdisaster --version
- name: check executable (GUI)