Skip to content

Commit

Permalink
edit tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
ctlcltd committed May 8, 2024
1 parent b481f01 commit 9201fbf
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/test-miniconda-linux-appimage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,10 @@ jobs:
conda install conda-forge::curl
- name: Configure CMake
shell: bash -el {0}
working-directory: ${{github.workspace}}/e2-sat-editor/src
run: |
PATH=/home/runner/miniconda3/bin:$PATH
LD_LIBRARY_PATH=/home/runner/miniconda3/lib:$LD_LIBRARY_PATH
cmake \
-G Ninja \
-B build \
Expand All @@ -68,10 +69,11 @@ jobs:
mv appimagetool-x86_64.AppImage /usr/local/bin/appimagetool
- name: Deploy
shell: bash -el {0}
working-directory: ${{github.workspace}}/e2-sat-editor/src
continue-on-error: true
run: |
PATH=/home/runner/miniconda3/bin:$PATH
LD_LIBRARY_PATH=/home/runner/miniconda3/lib:$LD_LIBRARY_PATH
DESTDIR=../AppDir ninja -C build install
# pre actions
mkdir -p AppDir/usr/share/qt/translations
Expand Down

0 comments on commit 9201fbf

Please sign in to comment.