Skip to content

Commit 17e6374

Browse files
committed
try fix
Entire-Checkpoint: cf822bdbcca1
1 parent d2567b0 commit 17e6374

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/appimage.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,8 @@ jobs:
9292
APPRUN
9393
chmod +x AppDir/AppRun
9494
95-
# Generate AppImage
95+
# Generate AppImage (LD_LIBRARY_PATH needed for linuxdeploy to find conda libs)
96+
export LD_LIBRARY_PATH="$CONDA_PREFIX/lib:${LD_LIBRARY_PATH:-}"
9697
ARCH=x86_64 ./linuxdeploy-x86_64.AppImage \
9798
--appdir AppDir \
9899
--output appimage

0 commit comments

Comments
 (0)