[gh actions] Really fix permission problems with caching
This commit is contained in:
parent
014438c614
commit
50c1d8a028
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -18,7 +18,7 @@ jobs:
|
||||
|
||||
# https://github.com/actions/cache/issues/133
|
||||
- name: Fixup owner of ~/.cargo/bin
|
||||
run: sudo chown -R $(whoami):$(id -ng) ~/.cargo/bin
|
||||
run: sudo chown -R $(whoami):$(id -ng) ~/.cargo
|
||||
|
||||
- name: Cache cargo installed crates
|
||||
uses: actions/cache@v1.1.2
|
||||
|
Loading…
x
Reference in New Issue
Block a user