Skip to content

Commit

Permalink
debug ++
Browse files Browse the repository at this point in the history
  • Loading branch information
diegoiast committed May 30, 2024
1 parent f0a79b8 commit 0386773
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,9 @@ jobs:
- name: Create AppImage (linux)
if: matrix.config.os == 'ubuntu-22.04' && matrix.config.cc == 'gcc'
run: |
export LD_LIBRARY_PATH=dist/${{ matrix.config.build }}:$LD_LIBRARY_PATH
run: |
find . || true
export LD_LIBRARY_PATH=dist/${{ matrix.config.build }}/usr/lib:$LD_LIBRARY_PATH
export OUTPUT=build/qtedit4-qt671-x86_64.AppImage
sudo apt install fuse libxkbcommon-x11-0 libxcb-cursor-dev libxkbcommon-dev
wget --no-verbose "https://github.com/linuxdeploy/linuxdeploy/releases/download/continuous/linuxdeploy-x86_64.AppImage"
Expand Down

0 comments on commit 0386773

Please sign in to comment.