File tree 1 file changed +2
-3
lines changed
1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -166,12 +166,11 @@ jobs:
166
166
key : ${{ runner.os }}-gradle-wrapper-${{ hashFiles('**/gradle/wrapper/gradle-wrapper.properties') }}
167
167
- name : Install compiler
168
168
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 -
171
170
sudo add-apt-repository "deb http://apt.llvm.org/focal/ llvm-toolchain-focal-${{ matrix.version }} main"
172
171
sudo apt-get update
173
172
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
175
174
tar xf cmake-${CMAKE_VERSION}-Linux-x86_64.tar.gz
176
175
echo "cmake-${CMAKE_VERSION}-Linux-x86_64/bin" >> $GITHUB_PATH
177
176
- name : Build
You can’t perform that action at this time.
0 commit comments