We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c99888f commit f6fb32aCopy full SHA for f6fb32a
.github/workflows/tests_linux.yml
@@ -103,7 +103,10 @@ jobs:
103
submodules: 'recursive'
104
105
- name: Install suitable compiler
106
- run: sudo apt-get install gcc-${{ matrix.gcc_version }} g++-${{ matrix.gcc_version }}
+ run: |
107
+ sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y
108
+ sudo apt-get update -y
109
+ sudo apt-get install gcc-${{ matrix.gcc_version }} g++-${{ matrix.gcc_version }}
110
111
- name: Install CMake and ninja
112
uses: lukka/get-cmake@latest
0 commit comments