diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e8a1582..61786f7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -61,6 +61,8 @@ jobs: uses: matlab-actions/setup-matlab@v2 with: release: ${{ matrix.release }} + products: Statistics_and_Machine_Learning_Toolbox Signal_Processing_Toolbox + cache: true # Runs a set of commands using the runner's shell - name: Run all tests