We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff8ac5d commit aaed555Copy full SHA for aaed555
1 file changed
.github/workflows/run-tests-reusable.yml
@@ -70,6 +70,9 @@ jobs:
70
sudo apt-get install xvfb
71
Xvfb :99 &
72
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
76
- name: Install WEC-Sim, run tests and generate artifacts
77
uses: matlab-actions/run-command@v3
78
with:
0 commit comments