diff options
-rw-r--r-- | .github/workflows/ci.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 1602b6b9f..58c8f083a 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml | |||
@@ -74,6 +74,9 @@ jobs: | |||
74 | override: true | 74 | override: true |
75 | components: rustfmt, rust-src | 75 | components: rustfmt, rust-src |
76 | 76 | ||
77 | - if: matrix.os == 'ubuntu-latest' | ||
78 | run: sudo chown -R $(whoami):$(id -ng) ~/.cargo/ | ||
79 | |||
77 | - name: Cache cargo registry | 80 | - name: Cache cargo registry |
78 | uses: actions/cache@v1 | 81 | uses: actions/cache@v1 |
79 | with: | 82 | with: |