Skip to content

Commit 0b58982

Browse files
authored
Remove cache files from check job
1 parent e059d31 commit 0b58982

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

.github/workflows/main.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,6 @@ jobs:
3636
submodules: 'recursive'
3737
token: ${{ secrets.REPO_READ_TOKEN }}
3838

39-
- name: Cache MATLAB build files
40-
uses: actions/cache@v3
41-
with:
42-
key: matlab-buildtool
43-
path: |
44-
buildUtilities/.buildtool
45-
4639
- name: Run MATLAB command
4740
run: |
4841
&"$env:ProgramFiles\MATLAB\$env:MATLAB_VER\bin\matlab.exe" -batch "openProject(pwd); cd('buildUtilities'); buildtool check"

0 commit comments

Comments
 (0)