Skip to content

Commit aaed555

Browse files
committed
GitHub Actions workflow - add mingw compiler for accelerated models
1 parent ff8ac5d commit aaed555

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/run-tests-reusable.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,9 @@ jobs:
7070
sudo apt-get install xvfb
7171
Xvfb :99 &
7272
echo "DISPLAY=:99" >> $GITHUB_ENV
73+
- name: Install MinGW (for MATLAB accelerator/rapid-accelerator)
74+
if: matrix.folder == 'Mooring' || matrix.folder == 'Paraview_Visualization'
75+
uses: egor-tensin/setup-mingw@v3
7376
- name: Install WEC-Sim, run tests and generate artifacts
7477
uses: matlab-actions/run-command@v3
7578
with:

0 commit comments

Comments
 (0)