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 a784dc8 commit d9855aa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/run_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ jobs:
brew install gnuplot
brew install octave
else
curl --retry 3 -kL http://cdimage.debian.org/mirror/gnu.org/gnu/octave/windows/octave-9.2.0-w64-64.7z --output octave_9.2.0.7z
7z x octave_9.2.0.7z -ooctave -y
echo "$PWD/octave/octave-9.2.0-w64-64/mingw64/bin" >> $GITHUB_PATH
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
7z x octave_4.4.0.7z -ooctave -y
echo "$PWD/octave/octave-4.4.0-w64-64/mingw64/bin" >> $GITHUB_PATH
fi
- name: Install octave-image (Windows and MacOS)
if: ${{ runner.os != 'Linux' }}
Expand Down

0 comments on commit d9855aa

Please sign in to comment.