Merge pull request #1069 from Veetaha/feat/remove-perms-workaround
Remove cargo home perms workaround
This commit is contained in:
commit
0cdec787bb
1 changed files with 0 additions and 5 deletions
5
.github/workflows/main.yml
vendored
5
.github/workflows/main.yml
vendored
|
@ -16,11 +16,6 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
||||||
# https://github.com/actions/cache/issues/133
|
|
||||||
- name: Fixup owner of ~/.cargo/
|
|
||||||
# Don't remove the trailing /. It is necessary to follow the symlink.
|
|
||||||
run: sudo chown -R $(whoami):$(id -ng) ~/.cargo/
|
|
||||||
|
|
||||||
- name: Cache cargo installed crates
|
- name: Cache cargo installed crates
|
||||||
uses: actions/cache@v1.1.2
|
uses: actions/cache@v1.1.2
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue