We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d414fe commit 4b59899Copy full SHA for 4b59899
1 file changed
.github/workflows/langs.yml
@@ -29,10 +29,10 @@ jobs:
29
- name: Version info
30
run: |
31
nasm --version
32
- gcc --version
+ gcc --version
33
+ ls -al /usr/lib/x86_64-linux-gnu/
34
- name: Install langs package
35
run: raco pkg install langs/
36
- name: Run tests
37
- export LIBRARY_PATH=/usr/lib/x86_64-linux-gnu
38
raco test -p langs
0 commit comments