diff options
| author | Veetaha <veetaha2@gmail.com> | 2020-08-04 03:33:31 +0300 |
|---|---|---|
| committer | Veetaha <veetaha2@gmail.com> | 2020-08-04 03:33:31 +0300 |
| commit | 50ecea0c18eb9fa572828217ce87315c9e5a5b80 (patch) | |
| tree | f92e160d6cf4bd11c5e1d7a7eb9225e7aa00036e | |
| parent | c5899526e4a6244ca200900e3f825c72e8ad5559 (diff) | |
| download | rust-50ecea0c18eb9fa572828217ce87315c9e5a5b80.tar.gz rust-50ecea0c18eb9fa572828217ce87315c9e5a5b80.zip | |
Remove cargo home perms workaround
| -rw-r--r-- | .github/workflows/main.yml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 29c848bdf9e..a95d1929c91 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -16,11 +16,6 @@ jobs: steps: - uses: actions/checkout@v2 - # https://github.com/actions/cache/issues/133 - - name: Fixup owner of ~/.cargo/ - # Don't remove the trailing /. It is necessary to follow the symlink. - run: sudo chown -R $(whoami):$(id -ng) ~/.cargo/ - - name: Cache cargo installed crates uses: actions/cache@v1.1.2 with: |
