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 4f17650 commit 5268101Copy full SHA for 5268101
.github/workflows/ci.yml
@@ -122,7 +122,7 @@ jobs:
122
123
cpp-clang-build:
124
name: C++ Clang ${{ matrix.version }}
125
- runs-on: ubuntu-18.04
+ runs-on: ubuntu-20.04
126
strategy:
127
fail-fast: false
128
matrix:
@@ -148,6 +148,7 @@ jobs:
148
- name: Install compiler
149
run: |
150
curl -L https://apt.llvm.org/llvm-snapshot.gpg.key | sudo apt-key add -
151
+ sudo add-apt-repository "deb http://apt.llvm.org/focal/ llvm-toolchain-focal-${{ matrix.version }} main"
152
sudo add-apt-repository "deb http://apt.llvm.org/bionic/ llvm-toolchain-bionic-${{ matrix.version }} main"
153
sudo apt-get update
154
sudo apt-get install -y clang-${{ matrix.version }} libsparsehash-dev
0 commit comments