mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-25 20:43:21 +00:00
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:
commit
ad43d6bde6
1 changed files with 0 additions and 5 deletions
5
.github/workflows/ci.yaml
vendored
5
.github/workflows/ci.yaml
vendored
|
@ -61,9 +61,6 @@ jobs:
|
||||||
override: true
|
override: true
|
||||||
components: rustfmt, rust-src
|
components: rustfmt, rust-src
|
||||||
|
|
||||||
- if: matrix.os == 'ubuntu-latest'
|
|
||||||
run: sudo chown -R $(whoami):$(id -ng) ~/.cargo/
|
|
||||||
|
|
||||||
- name: Cache cargo directories
|
- name: Cache cargo directories
|
||||||
uses: actions/cache@v2
|
uses: actions/cache@v2
|
||||||
with:
|
with:
|
||||||
|
@ -108,8 +105,6 @@ jobs:
|
||||||
override: true
|
override: true
|
||||||
target: 'powerpc-unknown-linux-gnu'
|
target: 'powerpc-unknown-linux-gnu'
|
||||||
|
|
||||||
- run: sudo chown -R $(whoami):$(id -ng) ~/.cargo/
|
|
||||||
|
|
||||||
- name: Cache cargo directories
|
- name: Cache cargo directories
|
||||||
uses: actions/cache@v2
|
uses: actions/cache@v2
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in a new issue