Manually set LD_LIBRARY_PATH on CI

This commit is contained in:
Stephen Horvath
2025-09-06 10:26:40 +10:00
parent 1c6131c61d
commit 4aa15708be

View File

@@ -20,7 +20,8 @@ jobs:
- name: Build YAFI via Pip
run: pip install .
- name: Build with PyInstaller
run: pyinstaller yafi.spec
# pyinstaller doesn't find the GTK libraries after caching?
run: LD_LIBRARY_PATH=/usr/lib/x86_64-linux-gnu pyinstaller yafi.spec
working-directory: pyinstaller
- name: Upload PyInstaller Artifact
uses: actions/upload-artifact@v4