Skip to content

Commit

Permalink
try removing old mex files again
Browse files Browse the repository at this point in the history
  • Loading branch information
mcg1969 committed Feb 11, 2024
1 parent 74b9a6c commit 3df7d4d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ jobs:
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Remove old MEX files
shell: bash
run: rm Solver/Mexfun/*.mex* Solver/Mexfun/*/*.mex*
- name: Install MATLAB
uses: matlab-actions/setup-matlab@v2
- name: Build MEX files
Expand Down

0 comments on commit 3df7d4d

Please sign in to comment.