Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbuzinski authored Apr 2, 2024
1 parent 3406e52 commit 464a073
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@ jobs:
id: cache-matlab
uses: actions/cache@v4
with:
path: |
${{ runner.tool_cache }}/MATLAB
D:\hostedtoolcache\windows\MATLAB\2023.2.999\x64
path: ${{ runner.tool_cache }}/MATLAB
key: ${{ matrix.os }}-${{ matrix.release }}
- name: Set up MATLAB
uses: matlab-actions/setup-matlab@v2
Expand Down

0 comments on commit 464a073

Please sign in to comment.