Skip to content

Commit

Permalink
Set D_LIBRARY_PATH again
Browse files Browse the repository at this point in the history
  • Loading branch information
H0R5E committed Nov 14, 2024
1 parent d1c0bfe commit 7126d12
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,5 @@ jobs:
if: runner.os == 'Linux'
run: Xvfb :1 -screen 0 1600x1200x24 &
- name: Test
run: ./bin/tests
env:
DISPLAY: :1
if: runner.os == 'Linux'
run: LD_LIBRARY_PATH=vendor/lib:${LD_LIBRARY_PATH} DISPLAY=:1 ./bin/tests

0 comments on commit 7126d12

Please sign in to comment.