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 c6ec9fd commit ac478c1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ jobs:
env:
ARCH_AND_OS: x86_64-unknown-linux-musl
SCCACHE_AZURE_CONNECTION_STRING: ${{ secrets.AZURE_CI_STORAGE_CONNECTION_STRING }}
SCCACHE_LOG: debug

- name: Setup library dependencies
run: >
Expand All @@ -51,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 SCCACHE_LOG=debug
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 ac478c1

Please sign in to comment.