Skip to content

Commit

Permalink
sccache sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
FooBarWidget committed Oct 8, 2024
1 parent ac478c1 commit 2dc4c61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: >
Expand Down

0 comments on commit 2dc4c61

Please sign in to comment.