Skip to content

Commit

Permalink
ci: ld library path
Browse files Browse the repository at this point in the history
  • Loading branch information
zshipko committed Jan 22, 2024
1 parent 14726d7 commit 5f7d1df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ jobs:
- name: Build everything
run: |
lake build
LD_LIBRARY_PATH=/usr/local/lib lake build
- name: Run the test
run: |
lake exe test
LD_LIBRARY_PATH=/usr/local/lib lake exe test

0 comments on commit 5f7d1df

Please sign in to comment.