Skip to content

Commit 4164da8

Browse files
committed
Update test.yml
1 parent f0941a5 commit 4164da8

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,9 @@ jobs:
8181
env:
8282
NIX_PATH: $HOME/.nix-profile/bin
8383

84+
- name: Set LD_LIBRARY_PATH
85+
run: echo "LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib:$HOME/.nix-profile/lib" >> $GITHUB_ENV
86+
8487
- name: Use Java Version 22
8588
uses: actions/setup-java@v2
8689
with:

0 commit comments

Comments
 (0)