Skip to content

Commit

Permalink
Try5
Browse files Browse the repository at this point in the history
  • Loading branch information
niclaurenti committed Nov 10, 2023
1 parent 7c6e0ee commit 5083c35
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/pip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,11 +73,10 @@ jobs:
wget https://mirror.ibcp.fr/pub/gnu/gsl/gsl-2.7.1.tar.gz
tar -zxvf gsl-2.7.1.tar.gz
cd gsl-2.7.1
mkdir build && cd build
cmake ..
./configure
make
sudo make install
cd ../..
cd ..
- name: which gsl
run: which gsl-config
# - name: Install ninja
Expand Down

0 comments on commit 5083c35

Please sign in to comment.