Skip to content

Commit

Permalink
Update run-tests-reusable.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jorisbelierasml committed Aug 15, 2024
1 parent 7da0f70 commit 3fe84d9
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/run-tests-reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,7 @@ jobs:
runs-on: ${{ inputs.os }}
name: ${{ inputs.os }}-${{ inputs.matlab-version }}-${{ inputs.julia-version }}
steps:
- name: Install G++ version 8
if: startsWith(${{ inputs.os }}, 'ubuntu')
run: |
sudo apt-get install g++-8
export CXX=/usr/bin/g++-8


- name: Checkout code
uses: actions/checkout@v4
Expand All @@ -53,7 +49,11 @@ jobs:
products: >
${{ contains(inputs.matlab-version, '2024') && 'MATLAB_Support_for_MinGW-w64_C/C++/Fortran_Compiler' || 'MATLAB_Support_for_MinGW-w64_C/C++_Compiler' }}

- name: Install G++ version 8
if: startsWith(${{ inputs.os }}, 'ubuntu')
run: |
sudo apt-get install g++-8
export CXX=/usr/bin/g++-8
- name: Run tests
uses: matlab-actions/run-tests@v2
Expand Down

0 comments on commit 3fe84d9

Please sign in to comment.