Skip to content

Commit

Permalink
Trying something for macos-arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
pariterre committed Aug 14, 2024
1 parent 96bafaf commit 5dbb2b1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/publish_matlab_binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,13 @@ jobs:
cd $MAIN_FOLDER
if: matrix.label == 'win-64'

- name: Do some shinanigans on MACOS-ARM64
run: |
# Since Github actions arm64 provides the wrong "uname -m", we change it by hand
cd $HOME/ezc3d_matlab
for old in *.mexmaci64; do mv $old `basename $old .mexmaci64`.mexmaca64; done
cd $MAIN_FOLDER
- name: Build MATLAB archives on UNIX
run: |
cp -r $HOME/ezc3d_matlab .
Expand Down

0 comments on commit 5dbb2b1

Please sign in to comment.