Skip to content

Commit e9033ab

Browse files
committed
Install GCC
1 parent 1c2d146 commit e9033ab

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/test.yml

+5
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,11 @@ jobs:
6666
ln -s /usr/local/bin/gcc-${{ env.GCC_V }} /usr/local/bin/gcc
6767
ln -s /usr/local/bin/g++-${{ env.GCC_V }} /usr/local/bin/g++
6868
69+
- name: Install GCC (Linux)
70+
- run: |
71+
sudo apt update
72+
sudo apt install gcc-${{ env.GCC_V }} g++-${{ env.GCC_V }} gfortran-${{ env.GCC_V }}
73+
6974
- name: Install GCC (Linux)
7075
if: contains(matrix.os, 'ubuntu')
7176
run: >-

0 commit comments

Comments
 (0)