From 2dc4c61490b8f6599ca06c77210304c1b49860b1 Mon Sep 17 00:00:00 2001 From: Hongli Lai Date: Sun, 6 Oct 2024 14:37:41 +0200 Subject: [PATCH] sccache sudo --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 510133b7d1..870eb85263 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -50,7 +50,7 @@ jobs: cp test/config.json.github-ci-linux test/config.json - name: Build C++ tests - run: bundle exec drake -j4 test:cxx:build; cat buildout/libev/config.log; false + run: bundle exec drake -j4 test:cxx:build || (cat buildout/libev/config.log; false) - name: Run C++ tests run: >