Skip to content

Commit

Permalink
[ci] download octave app with -L
Browse files Browse the repository at this point in the history
  • Loading branch information
fangq committed Nov 13, 2024
1 parent c978a3e commit 43e7416
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
#conda config --add channels conda-forge
#conda config --set channel_priority strict
#conda install octave
curl -o Octave-9.2-Intel.dmg --insecure https://github.com/octave-app/octave-app/releases/download/v9.2/Octave-9.2-Intel.dmg
curl -L -o Octave-9.2-Intel.dmg --insecure https://github.com/octave-app/octave-app/releases/download/v9.2/Octave-9.2-Intel.dmg
xattr -c Octave-*.dmg
sudo hdiutil attach Octave-9.2-Intel.dmg
sudo cp -a /Volumes/Octave\ 9.2/Octave-9.2.app /Applications
Expand Down

0 comments on commit 43e7416

Please sign in to comment.