mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-11 20:58:54 +00:00
Remove the premissions-misconifguration bug workarounds on CI
This commit is contained in:
parent
2e10f156c5
commit
3d6fc649f2
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