[gh actions] Really fix permission problems with caching

This commit is contained in:
bjorn3 2020-03-13 20:24:52 +01:00
parent 014438c614
commit 50c1d8a028

View File

@ -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