1
Fork 0

Merge pull request #1069 from Veetaha/feat/remove-perms-workaround

Remove cargo home perms workaround
This commit is contained in:
bjorn3 2020-08-04 09:47:11 +02:00 committed by GitHub
commit 0cdec787bb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,11 +16,6 @@ jobs:
steps:
- 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
uses: actions/cache@v1.1.2
with: