about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAleksey Kladov <aleksey.kladov@gmail.com>2020-07-30 02:04:26 +0200
committerGitHub <noreply@github.com>2020-07-30 02:04:26 +0200
commitad43d6bde67fd649347c3e2ac46bb8a75e71a2ab (patch)
treec2976aac0fc7b4662dc3c0e0a179c6bb0591e4d2
parent9da454bcc2386e2782b71a9756b77a7763fd544b (diff)
parent3d6fc649f28f60bc86b394c9d21e601ca949ae57 (diff)
downloadrust-ad43d6bde67fd649347c3e2ac46bb8a75e71a2ab.tar.gz
rust-ad43d6bde67fd649347c3e2ac46bb8a75e71a2ab.zip
Merge pull request #5575 from Veetaha/feat/remove-ci-workaround-for-perms-errors
Remove the premissions-misconifguration bug workarounds on CI
-rw-r--r--.github/workflows/ci.yaml5
1 files changed, 0 insertions, 5 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml
index 20663196d70..2acd440122b 100644
--- a/.github/workflows/ci.yaml
+++ b/.github/workflows/ci.yaml
@@ -61,9 +61,6 @@ jobs:
         override: true
         components: rustfmt, rust-src
 
-    - if: matrix.os == 'ubuntu-latest'
-      run: sudo chown -R $(whoami):$(id -ng) ~/.cargo/
-
     - name: Cache cargo directories
       uses: actions/cache@v2
       with:
@@ -108,8 +105,6 @@ jobs:
         override: true
         target: 'powerpc-unknown-linux-gnu'
 
-    - run: sudo chown -R $(whoami):$(id -ng) ~/.cargo/
-
     - name: Cache cargo directories
       uses: actions/cache@v2
       with: