Skip to content

Commit

Permalink
Install GCC
Browse files Browse the repository at this point in the history
  • Loading branch information
marvinfriede committed Sep 2, 2024
1 parent 1c2d146 commit e9033ab
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,11 @@ jobs:
ln -s /usr/local/bin/gcc-${{ env.GCC_V }} /usr/local/bin/gcc
ln -s /usr/local/bin/g++-${{ env.GCC_V }} /usr/local/bin/g++
- name: Install GCC (Linux)
- run: |
sudo apt update
sudo apt install gcc-${{ env.GCC_V }} g++-${{ env.GCC_V }} gfortran-${{ env.GCC_V }}
- name: Install GCC (Linux)
if: contains(matrix.os, 'ubuntu')
run: >-
Expand Down

0 comments on commit e9033ab

Please sign in to comment.