Skip to content

Commit

Permalink
[ci] add pocl runtime on linux, allow macos unzip overwrite with -o
Browse files Browse the repository at this point in the history
  • Loading branch information
fangq committed Jan 26, 2025
1 parent 82bdf4f commit 4f98960
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 @@ -21,7 +21,7 @@ jobs:
- name: Download release package
if: ${{ runner.os == 'Linux' }}
run: |
sudo apt-get update && sudo apt-get install -y octave ocl-icd-opencl-dev
sudo apt-get update && sudo apt-get install -y octave ocl-icd-opencl-dev libpocl2 pocl-opencl-icd
curl -s -L -O https://mcx.space/nightly/linux64/MCXStudio-linux64-${{ env.RELEASE_TAG }}.zip
unzip MCXStudio-linux64-${{ env.RELEASE_TAG }}.zip
- name: Install dependencies (MacOS only)
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-macos64-${{ env.RELEASE_TAG }}.zip
unzip -o MCXStudio-macos64-${{ env.RELEASE_TAG }}.zip
- name: Install dependencies (Windows only)
if: ${{ runner.os == 'Windows' }}
run: |
Expand Down

0 comments on commit 4f98960

Please sign in to comment.