Skip to content

Commit

Permalink
add org test
Browse files Browse the repository at this point in the history
abd add /usr in path
  • Loading branch information
jkitchin committed Dec 29, 2024
1 parent 60ae870 commit 2f339b6
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/ffi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,13 @@ jobs:
ls
make check || true
- name: Run gslffi tests
- name: Run gsl-ffi.el
run: |
ls /usr/lib/x86_64-linux-gnu/libgsl*
make gsl || true
- name: Run gsl-ffi.org
run: |
ls /lib/x86_64-linux-gnu/libgsl*
make gsl
make gsl-org || true

0 comments on commit 2f339b6

Please sign in to comment.