Skip to content

Commit ad43d6b

Browse files
authored
Merge pull request #5575 from Veetaha/feat/remove-ci-workaround-for-perms-errors
Remove the premissions-misconifguration bug workarounds on CI
2 parents 9da454b + 3d6fc64 commit ad43d6b

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/ci.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,6 @@ jobs:
6161
override: true
6262
components: rustfmt, rust-src
6363

64-
- if: matrix.os == 'ubuntu-latest'
65-
run: sudo chown -R $(whoami):$(id -ng) ~/.cargo/
66-
6764
- name: Cache cargo directories
6865
uses: actions/cache@v2
6966
with:
@@ -108,8 +105,6 @@ jobs:
108105
override: true
109106
target: 'powerpc-unknown-linux-gnu'
110107

111-
- run: sudo chown -R $(whoami):$(id -ng) ~/.cargo/
112-
113108
- name: Cache cargo directories
114109
uses: actions/cache@v2
115110
with:

0 commit comments

Comments
 (0)