Skip to content

Commit

Permalink
[ci] fix release action
Browse files Browse the repository at this point in the history
  • Loading branch information
fangq committed Jan 26, 2025
1 parent 615b5cf commit 8cf9094
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
run: |
sudo apt-get update && sudo apt-get install -y octave ocl-icd-libopencl1
curl -s -L -O https://mcx.space/nightly/linux64/MCXStudio-linux64-${{ env.RELEASE_TAG }}.zip
unzip MCXStudio-win64-${{ env.RELEASE_TAG }}.zip
unzip MCXStudio-linux64-${{ env.RELEASE_TAG }}.zip
- name: Install dependencies (MacOS only)
if: ${{ runner.os == 'macOS' && matrix.os != 'macos-14' }}
run: |
Expand All @@ -35,7 +35,7 @@ jobs:
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
curl -s -L -O https://mcx.space/nightly/macos64/MCXStudio-macos64-${{ env.RELEASE_TAG }}.zip
unzip MCXStudio-win64-${{ env.RELEASE_TAG }}.zip
unzip MCXStudio-macos64-${{ env.RELEASE_TAG }}.zip
- name: Install dependencies (Windows only)
if: ${{ runner.os == 'Windows' }}
run: |
Expand Down

0 comments on commit 8cf9094

Please sign in to comment.