Skip to content

Commit 4b59899

Browse files
committed
OK, last try.
1 parent 2d414fe commit 4b59899

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/langs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ jobs:
2929
- name: Version info
3030
run: |
3131
nasm --version
32-
gcc --version
32+
gcc --version
33+
ls -al /usr/lib/x86_64-linux-gnu/
3334
- name: Install langs package
3435
run: raco pkg install langs/
3536
- name: Run tests
3637
run: |
37-
export LIBRARY_PATH=/usr/lib/x86_64-linux-gnu
3838
raco test -p langs

0 commit comments

Comments
 (0)