Merge pull request #5575 from Veetaha/feat/remove-ci-workaround-for-perms-errors

Remove the premissions-misconifguration bug workarounds on CI
This commit is contained in:
Aleksey Kladov
2020-07-30 02:04:26 +02:00
committed by GitHub
-5
View File
@@ -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: