about summary refs log tree commit diff
diff options
context:
space:
mode:
authorVeetaha <veetaha2@gmail.com>2020-08-04 03:33:31 +0300
committerVeetaha <veetaha2@gmail.com>2020-08-04 03:33:31 +0300
commit50ecea0c18eb9fa572828217ce87315c9e5a5b80 (patch)
treef92e160d6cf4bd11c5e1d7a7eb9225e7aa00036e
parentc5899526e4a6244ca200900e3f825c72e8ad5559 (diff)
downloadrust-50ecea0c18eb9fa572828217ce87315c9e5a5b80.tar.gz
rust-50ecea0c18eb9fa572828217ce87315c9e5a5b80.zip
Remove cargo home perms workaround
-rw-r--r--.github/workflows/main.yml5
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: