Skip to content

Commit

Permalink
Merge pull request rust-lang#1069 from Veetaha/feat/remove-perms-work…
Browse files Browse the repository at this point in the history
…around

Remove cargo home perms workaround
  • Loading branch information
bjorn3 authored Aug 4, 2020
2 parents c589952 + 50ecea0 commit 0cdec78
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 0cdec78

Please sign in to comment.