diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 059aef6..317b966 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -32,7 +32,7 @@ jobs: - name: Build OSQP interface uses: matlab-actions/run-command@v1 with: - command: osqp.build('osqp') + command: osqp.build('osqp_mex') - name: Run tests uses: matlab-actions/run-tests@v1