Skip to content

Commit 96f19c3

Browse files
authored
Merge pull request #3613 from bjorn3/patch-1
Fix cargo registry caching for builds
2 parents 6aa432d + c98fa45 commit 96f19c3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,9 @@ jobs:
7474
override: true
7575
components: rustfmt, rust-src
7676

77+
- if: matrix.os == 'ubuntu-latest'
78+
run: sudo chown -R $(whoami):$(id -ng) ~/.cargo/
79+
7780
- name: Cache cargo registry
7881
uses: actions/cache@v1
7982
with:

0 commit comments

Comments
 (0)