From 464a073eb814d2dad20865a1cac9b59b8d8c2f30 Mon Sep 17 00:00:00 2001 From: David Buzinski <103441853+davidbuzinski@users.noreply.github.com> Date: Tue, 2 Apr 2024 16:35:18 -0400 Subject: [PATCH] Update test.yml --- .github/workflows/test.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e363932..d5161ca 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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