We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e059d31 commit 0b58982Copy full SHA for 0b58982
1 file changed
.github/workflows/main.yml
@@ -36,13 +36,6 @@ jobs:
36
submodules: 'recursive'
37
token: ${{ secrets.REPO_READ_TOKEN }}
38
39
- - name: Cache MATLAB build files
40
- uses: actions/cache@v3
41
- with:
42
- key: matlab-buildtool
43
- path: |
44
- buildUtilities/.buildtool
45
-
46
- name: Run MATLAB command
47
run: |
48
&"$env:ProgramFiles\MATLAB\$env:MATLAB_VER\bin\matlab.exe" -batch "openProject(pwd); cd('buildUtilities'); buildtool check"
0 commit comments