Skip to content

Commit

Permalink
revert to setup-matlab@v1
Browse files Browse the repository at this point in the history
  • Loading branch information
fangq committed Mar 13, 2023
1 parent aedc145 commit 5458312
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/build_all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,8 @@ jobs:
cp bin/OpenCL.dll 'c:\Windows\System32'
cd ..
rm -rf opencl
- name: Set up MATLAB v1 (Linux Only)
if: ${{ runner.os == 'Linux' }}
- name: Set up MATLAB v1
uses: matlab-actions/setup-matlab@v1
- name: Set up MATLAB v2 (MacOS Only)
if: ${{ runner.os == 'macOS' }}
uses: matlab-actions/setup-matlab@v2-beta
- 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 5458312

Please sign in to comment.