Skip to content

Commit fdfecbe

Browse files
committed
[Java] Use bionic repos for Clang installation
1 parent 9fcff87 commit fdfecbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ jobs:
128128
key: ${{ runner.os }}-gradle-wrapper
129129
- name: Install compiler
130130
run: |
131-
sudo add-apt-repository "deb http://apt.llvm.org/xenial/ llvm-toolchain-xenial-${{ matrix.version }} main"
131+
sudo add-apt-repository "deb http://apt.llvm.org/bionic/ llvm-toolchain-bionic-${{ matrix.version }} main"
132132
133133
sudo apt-get update
134134

0 commit comments

Comments
 (0)