There was an error while loading. Please reload this page.
1 parent 933b02f commit 51a277eCopy full SHA for 51a277e
.github/workflows/ci.yml
@@ -128,6 +128,13 @@ jobs:
128
key: ${{ runner.os }}-gradle-wrapper
129
- name: Install compiler
130
run: |
131
+ sudo add-apt-repository "deb http://dk.archive.ubuntu.com/ubuntu/ xenial main"
132
+ sudo add-apt-repository "deb http://dk.archive.ubuntu.com/ubuntu/ xenial universe"
133
+
134
+ if [ "${{ matrix.version }}" = "9" ]; then
135
+ sudo add-apt-repository "deb http://apt.llvm.org/bionic/ llvm-toolchain-bionic-9 main"
136
+ fi
137
138
sudo apt-get install -y clang-${{ matrix.version }}
139
- name: Build
140
run: ./cppbuild/cppbuild
0 commit comments