Skip to content

Commit

Permalink
[ci] switch to octave 4.4 on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
fangq committed Oct 26, 2024
1 parent d9855aa commit 8e91772
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
brew install gnuplot
brew install octave
else
curl --retry 3 -kL http://cdimage.debian.org/mirror/gnu.org/gnu/octave/windows/octave-4.4.0-w64-64.7z --output octave_4.4.0.7z
curl --retry 3 -kL http://cdimage.debian.org/mirror/gnu.org/gnu/octave/windows/octave-4.4.0-w64.7z --output octave_4.4.0.7z
7z x octave_4.4.0.7z -ooctave -y
echo "$PWD/octave/octave-4.4.0-w64-64/mingw64/bin" >> $GITHUB_PATH
fi
Expand Down

0 comments on commit 8e91772

Please sign in to comment.