Skip to content

Commit

Permalink
[ci] downgrade matlab from v2024a to v2022a
Browse files Browse the repository at this point in the history
  • Loading branch information
fangq committed May 18, 2024
1 parent 56aa355 commit 2f42524
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 @@ -101,6 +101,8 @@ jobs:
sudo ln -s /usr/local/lib/gcc/10/libgomp.a /usr/local/lib/libgomp.a
- name: Set up MATLAB
uses: matlab-actions/setup-matlab@v1
with:
release: R2022a
- name: Update RCS keywords
run: |
printf '\n[filter "rcs-keywords"]\n\tclean = .git_filters/rcs-keywords.clean\n\tsmudge = .git_filters/rcs-keywords.smudge %f\n' >> .git/config
Expand Down

0 comments on commit 2f42524

Please sign in to comment.