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 f36dc15 commit 7da0f70
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/run-tests-reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@ jobs:
runs-on: ${{ inputs.os }}
name: ${{ inputs.os }}-${{ inputs.matlab-version }}-${{ inputs.julia-version }}
steps:
- name: Checkout code
uses: actions/checkout@v4

- 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

- uses: julia-actions/install-juliaup@v2
with:
channel: ${{ inputs.julia-version }}
Expand Down

0 comments on commit 7da0f70

Please sign in to comment.