Skip to content

Commit

Permalink
add libgsl to install
Browse files Browse the repository at this point in the history
  • Loading branch information
jkitchin committed Dec 29, 2024
1 parent 2f339b6 commit 4d675d7
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ffi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v4

- name: Install packages
run: sudo apt-get update && sudo apt-get install -y emacs libltdl7 libltdl-dev libffi-dev
run: sudo apt-get update && sudo apt-get install -y emacs libltdl7 libltdl-dev libffi-dev libgsl-dev

- name: About Emacs
run: |
Expand All @@ -29,11 +29,10 @@ jobs:
- name: Run gsl-ffi.el
run: |
ls /usr/lib/x86_64-linux-gnu/libgsl*
ls /usr/lib/x86_64-linux-gnu/
make gsl || true
- name: Run gsl-ffi.org
run: |
ls /lib/x86_64-linux-gnu/libgsl*
make gsl-org || true

0 comments on commit 4d675d7

Please sign in to comment.