Skip to content

Commit

Permalink
reapply upx - looks like adding -O3 fixed ubuntu 20.04 error
Browse files Browse the repository at this point in the history
  • Loading branch information
fangq committed Oct 22, 2023
1 parent 3c51597 commit ff2a584
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
ldd zipmat.mex
fi
strip -S zipmat.mex
#upx -9 zipmat.mex || true
upx -9 zipmat.mex || true
- name: Run octave test
if: ${{ matrix.os != 'ubuntu-20.04'}}
run: |
Expand Down

0 comments on commit ff2a584

Please sign in to comment.