Skip to content

Commit

Permalink
[ci] remove mac local file
Browse files Browse the repository at this point in the history
  • Loading branch information
fangq committed Nov 14, 2024
1 parent 179ed0d commit d79f6ed
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build_all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ jobs:
xattr -c Octave-*.dmg
sudo hdiutil attach Octave-9.2-Intel.dmg
sudo cp -a /Volumes/Octave\ 9.2/Octave-9.2.app /Applications
sudo hdiutil detach /Volumes/Octave\ 9.2
rm -rf Octave-9.2-Intel.dmg
echo "/Applications/Octave-9.2.app/Contents/Resources/usr/Cellar/[email protected]/9.2.0/bin" >> $GITHUB_PATH
- name: Install dependencies (MacOS only)
if: ${{ runner.os == 'macOS' && matrix.os == 'macos-14' }}
Expand Down

0 comments on commit d79f6ed

Please sign in to comment.