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 63ce863 commit 9277c9b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/run-tests-reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ jobs:
- name: Install G++ version 8
if: startsWith(${{ inputs.os }}, 'ubuntu') && startsWith(${{ inputs.matlab-version }}, 'R2021b')
run: |
sudo apt-get install g++-8
sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-8 100
sudo apt-get install g++-${{ env.GCC_VERSION }}
sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-${{ env.GCC_VERSION }} 100
sudo update-alternatives --config g++
sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-8 100
sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-${{ env.GCC_VERSION }} 100
sudo update-alternatives --config gcc
g++ --version
gcc --version
Expand Down

0 comments on commit 9277c9b

Please sign in to comment.