From d0193c2206c5edff9aeb2fac67bfbe8acc5c0ab6 Mon Sep 17 00:00:00 2001 From: Jan-Lukas Wynen Date: Mon, 28 Oct 2024 13:38:21 +0100 Subject: [PATCH] Install MATLAB compiler SDK --- .github/workflows/matlab.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/matlab.yml b/.github/workflows/matlab.yml index 82cf465..ee92226 100644 --- a/.github/workflows/matlab.yml +++ b/.github/workflows/matlab.yml @@ -22,6 +22,7 @@ jobs: with: release: R2023b cache: true + products: "MATLAB_Compiler_SDK" - uses: actions/setup-python@v5 with: python-version: ${{ matrix.python.version }}