Skip to content

Commit

Permalink
fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
MLopez-Ibanez committed Nov 10, 2023
1 parent 71c12e8 commit 8cddc81
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/c.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,9 @@ jobs:

- name: Install GSL
if: runner.os == 'Windows'
env:
GSL_PATH: /tmp/gsl
run: |
GSL_PATH=${{ runner.temp }}/gsl
mkdir $GSL_PATH
curl https://github.com/rwinlib/gsl/archive/v2.7.zip --output ${GSL_PATH}/gsl.zip
cd $GSL_PATH && 7z x gsl.zip
Expand Down

0 comments on commit 8cddc81

Please sign in to comment.