We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12bf1e1 commit db2db14Copy full SHA for db2db14
.github/workflows/build.yml
@@ -54,7 +54,7 @@ jobs:
54
wget -O - https://apt.llvm.org/llvm-snapshot.gpg.key | sudo apt-key add -
55
sudo add-apt-repository "deb http://apt.llvm.org/focal/ llvm-toolchain-focal-10 main"
56
sudo apt-get update
57
- sudo apt-get install -y g++-10 clang++-10 clang-tidy-10
+ sudo apt-get install -y g++-10 g++-8 clang++-10 clang-tidy-10
58
- name: Build
59
run: |
60
export PATH="$HOME/.local/bin:$PATH"
0 commit comments