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 464a073 commit c5140e1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ jobs:
with:
path: ${{ runner.tool_cache }}/MATLAB
key: ${{ matrix.os }}-${{ matrix.release }}
- run: |
echo "C:"
ls C:\hostedtoolcache\windows\MATLAB\2023.2.999\x64
echo "D:"
ls D:\hostedtoolcache\windows\MATLAB\2023.2.999\x64
- name: Set up MATLAB
uses: matlab-actions/setup-matlab@v2
continue-on-error: true
Expand Down

0 comments on commit c5140e1

Please sign in to comment.