Skip to content

Commit 863b874

Browse files
committed
[CI] Remove deprecated Ubuntu 18.04 builds.
1 parent f1b45ef commit 863b874

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -166,12 +166,11 @@ jobs:
166166
key: ${{ runner.os }}-gradle-wrapper-${{ hashFiles('**/gradle/wrapper/gradle-wrapper.properties') }}
167167
- name: Install compiler
168168
run: |
169-
curl --retry ${INSTALL_COMPILER_RETRIES} -L https://apt.llvm.org/llvm-snapshot.gpg.key | sudo apt-key add -
170-
echo 'Acquire::Retries "${INSTALL_COMPILER_RETRIES}";' | sudo tee -a /etc/apt/apt.conf.d/99retries
169+
curl -L https://apt.llvm.org/llvm-snapshot.gpg.key | sudo apt-key add -
171170
sudo add-apt-repository "deb http://apt.llvm.org/focal/ llvm-toolchain-focal-${{ matrix.version }} main"
172171
sudo apt-get update
173172
sudo apt-get install -y clang-${{ matrix.version }} libsparsehash-dev libidn11
174-
curl --retry ${INSTALL_COMPILER_RETRIES} -O -L https://github.com/Kitware/CMake/releases/download/v${CMAKE_VERSION}/cmake-${CMAKE_VERSION}-Linux-x86_64.tar.gz
173+
curl -O -L https://github.com/Kitware/CMake/releases/download/v${CMAKE_VERSION}/cmake-${CMAKE_VERSION}-Linux-x86_64.tar.gz
175174
tar xf cmake-${CMAKE_VERSION}-Linux-x86_64.tar.gz
176175
echo "cmake-${CMAKE_VERSION}-Linux-x86_64/bin" >> $GITHUB_PATH
177176
- name: Build

0 commit comments

Comments
 (0)