Skip to content

Commit

Permalink
ci: disable ccache on linux
Browse files Browse the repository at this point in the history
  • Loading branch information
dtebbs committed Jan 29, 2021
1 parent 8d693e5 commit 3c5c094
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/onpullrequest-build-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,11 +98,11 @@ jobs:
with:
key: grpc-1.31.x-${{ runner.os }}-test
path: depends/grpc
- name: Cache ccache
uses: actions/cache@v2
with:
key: integration-tests-ccache-${{ needs.onpr-submodules.outputs.commits }}-${{ matrix.curve }}-${{ runner.os }}-test
path: ~/.ccache
# - name: Cache ccache
# uses: actions/cache@v2
# with:
# key: integration-tests-ccache-${{ needs.onpr-submodules.outputs.commits }}-${{ matrix.curve }}-${{ runner.os }}-test
# path: ~/.ccache
- name: Cache pip
uses: actions/cache@v2
with:
Expand Down

0 comments on commit 3c5c094

Please sign in to comment.