Skip to content

Commit

Permalink
test conda command to install octave on mac
Browse files Browse the repository at this point in the history
  • Loading branch information
fangq committed Nov 9, 2023
1 parent c976cbf commit f4aec48
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ jobs:
echo "$PWD/Xcode.app/Contents/Developer/usr/bin" >> $GITHUB_PATH
echo "$PWD/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/" >> $GITHUB_PATH
echo "SDKROOT=$PWD/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk" >> $GITHUB_ENV
conda create --name octave
conda activate octave
conda install -c conda-forge octave
conda config --add channels conda-forge
conda config --set channel_priority strict
conda install octave
brew link --force libomp
brew install --cask lazarus
echo "/Applications/Lazarus/" >> $GITHUB_PATH
Expand Down

0 comments on commit f4aec48

Please sign in to comment.