diff options
author | Aleksey Kladov <[email protected]> | 2020-07-30 01:04:26 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2020-07-30 01:04:26 +0100 |
commit | ad43d6bde67fd649347c3e2ac46bb8a75e71a2ab (patch) | |
tree | c2976aac0fc7b4662dc3c0e0a179c6bb0591e4d2 /.github/workflows | |
parent | 9da454bcc2386e2782b71a9756b77a7763fd544b (diff) | |
parent | 3d6fc649f28f60bc86b394c9d21e601ca949ae57 (diff) |
Merge pull request #5575 from Veetaha/feat/remove-ci-workaround-for-perms-errors
Remove the premissions-misconifguration bug workarounds on CI
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/ci.yaml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 20663196d..2acd44012 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml | |||
@@ -61,9 +61,6 @@ jobs: | |||
61 | override: true | 61 | override: true |
62 | components: rustfmt, rust-src | 62 | components: rustfmt, rust-src |
63 | 63 | ||
64 | - if: matrix.os == 'ubuntu-latest' | ||
65 | run: sudo chown -R $(whoami):$(id -ng) ~/.cargo/ | ||
66 | |||
67 | - name: Cache cargo directories | 64 | - name: Cache cargo directories |
68 | uses: actions/cache@v2 | 65 | uses: actions/cache@v2 |
69 | with: | 66 | with: |
@@ -108,8 +105,6 @@ jobs: | |||
108 | override: true | 105 | override: true |
109 | target: 'powerpc-unknown-linux-gnu' | 106 | target: 'powerpc-unknown-linux-gnu' |
110 | 107 | ||
111 | - run: sudo chown -R $(whoami):$(id -ng) ~/.cargo/ | ||
112 | |||
113 | - name: Cache cargo directories | 108 | - name: Cache cargo directories |
114 | uses: actions/cache@v2 | 109 | uses: actions/cache@v2 |
115 | with: | 110 | with: |