Skip to content

Commit 1dee433

Browse files
committed
fix(ci): allow memtrack caching by resetting .cargo permissions
1 parent 0ec8485 commit 1dee433

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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)