We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9033ab commit 2b198f5Copy full SHA for 2b198f5
.github/workflows/test.yml
@@ -67,7 +67,7 @@ jobs:
67
ln -s /usr/local/bin/g++-${{ env.GCC_V }} /usr/local/bin/g++
68
69
- name: Install GCC (Linux)
70
- - run: |
+ run: |
71
sudo apt update
72
sudo apt install gcc-${{ env.GCC_V }} g++-${{ env.GCC_V }} gfortran-${{ env.GCC_V }}
73
0 commit comments