mirror of
https://github.com/nimbold/Firelink.git
synced 2026-07-26 12:08:27 +00:00
fix(linux): set LD_LIBRARY_PATH to help linuxdeploy find yt-dlp dependencies
This commit is contained in:
@@ -69,6 +69,9 @@ jobs:
|
||||
run: node scripts/provision-engines.js --target ${{ matrix.target }}
|
||||
- name: Build package
|
||||
run: npm run tauri build -- --target ${{ matrix.target }} --bundles ${{ matrix.bundles }}
|
||||
env:
|
||||
APPIMAGE_EXTRACT_AND_RUN: 1
|
||||
LD_LIBRARY_PATH: ${{ github.workspace }}/src-tauri/provisioned-engines/${{ matrix.target }}/_internal
|
||||
- name: Verify macOS packaged engines and launch
|
||||
if: runner.os == 'macOS'
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user