mirror of
https://github.com/Steve-Tech/YAFI.git
synced 2026-04-19 16:50:36 +00:00
Manually set LD_LIBRARY_PATH on CI
This commit is contained in:
3
.github/workflows/pyinstaller-linux.yml
vendored
3
.github/workflows/pyinstaller-linux.yml
vendored
@@ -20,7 +20,8 @@ jobs:
|
|||||||
- name: Build YAFI via Pip
|
- name: Build YAFI via Pip
|
||||||
run: pip install .
|
run: pip install .
|
||||||
- name: Build with PyInstaller
|
- 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
|
working-directory: pyinstaller
|
||||||
- name: Upload PyInstaller Artifact
|
- name: Upload PyInstaller Artifact
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
|
|||||||
Reference in New Issue
Block a user