Skip to content

Commit 9bcf7fc

Browse files
committed
fix(ci): allow memtrack caching by resetting .cargo permissions
1 parent 91fc965 commit 9bcf7fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676

7777
# Since we ran the tests with sudo, the build artifacts will have root ownership
7878
- name: Clean up
79-
run: sudo chown -R $USER:$USER .
79+
run: sudo chown -R $USER:$USER . ~/.cargo
8080

8181
benchmarks:
8282
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)