Skip to content

Commit

Permalink
bugfix: install xorriso, and set USE_SYSTEM_XORRISO=true
Browse files Browse the repository at this point in the history
in npm run dist
  • Loading branch information
trombik committed Jul 12, 2020
1 parent dfe4d55 commit b5b8e19
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,13 @@ jobs:
cd ${GITHUB_WORKSPACE}/lw.comm-server
./node_modules/.bin/electron-rebuild
- name: Install xorriso
# XXX ldd /root/.cache/electron-builder/AppImage/AppImage-09-07-16-linux/xorriso
# libreadline.so.6 => not found
run: sudo apt-get install xorriso

- name: Run dist target
run: |
cd ${GITHUB_WORKSPACE}/lw.comm-server
npm run dist
# XXX use xorriso instead of broken AppImage version
env USE_SYSTEM_XORRISO=true npm run dist

0 comments on commit b5b8e19

Please sign in to comment.