forked from libprima/prima
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update test_matlab_windows.yml, using the built-in cache of setup-matlab
- Loading branch information
1 parent
219b3be
commit dded62e
Showing
1 changed file
with
1 addition
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -85,16 +85,11 @@ jobs: | |
#run: cmd.exe "/K" '".github\scripts\install_oneapi_windows.bat"' # As of MATLAB R2023a, oneAPI 2024 does not work. Try again later. | ||
run: cmd.exe "/K" '".github\scripts\install_oneapi_windows.bat 2023"' | ||
|
||
- name: Cache MATLAB # N.B.: Clear the cache when the `latest` version of MATLAB changes in March and September | ||
uses: actions/[email protected] | ||
with: | ||
path: ${{ runner.tool_cache }}/MATLAB | ||
key: ${{ matrix.os }}-${{ matrix.matlab }} | ||
|
||
- name: Set up MATLAB | ||
uses: matlab-actions/[email protected] | ||
with: | ||
release: ${{ matrix.matlab }} | ||
cache: true | ||
|
||
- name: Conduct the test | ||
uses: matlab-actions/[email protected] | ||
|