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 c4ade94 commit 59a2e17Copy full SHA for 59a2e17
1 file changed
.github/workflows/ci-low-cadence.yml
@@ -271,9 +271,6 @@ jobs:
271
sudo add-apt-repository "deb http://apt.llvm.org/focal/ llvm-toolchain-focal-${{ matrix.version }} main"
272
sudo apt-get update
273
sudo apt-get install -y clang-${{ matrix.version }} libstdc++-7-dev libbsd-dev uuid-dev libidn11
274
- 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
275
- tar xf cmake-${CMAKE_VERSION}-Linux-x86_64.tar.gz
276
- echo "cmake-${CMAKE_VERSION}-Linux-x86_64/bin" >> $GITHUB_PATH
277
- name: Build
278
run: cppbuild/cppbuild --sanitise-build --c-warnings-as-errors --cxx-warnings-as-errors --slow-system-tests
279
- name: Copy test logs
0 commit comments