Skip to content

Commit cd01e8d

Browse files
committed
remove cargo cache fixups
1 parent 12bfb01 commit cd01e8d

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

.github/workflows/ci.yml

-5
Original file line numberDiff line numberDiff line change
@@ -71,11 +71,6 @@ jobs:
7171
- name: Set RUST_COMPILER_RT_ROOT
7272
run: echo "RUST_COMPILER_RT_ROOT="${{ env.workspace }}/llvm/compiler-rt >> $GITHUB_ENV
7373

74-
# https://github.com/actions/cache/issues/133
75-
- name: Fixup owner of ~/.cargo/
76-
# Don't remove the trailing /. It is necessary to follow the symlink.
77-
run: sudo chown -R $(whoami):$(id -ng) ~/.cargo/
78-
7974
- name: Cache cargo installed crates
8075
uses: actions/cache@v3
8176
with:

.github/workflows/release.yml

-5
Original file line numberDiff line numberDiff line change
@@ -58,11 +58,6 @@ jobs:
5858
- name: Set RUST_COMPILER_RT_ROOT
5959
run: echo "RUST_COMPILER_RT_ROOT="${{ env.workspace }}/llvm/compiler-rt >> $GITHUB_ENV
6060

61-
# https://github.com/actions/cache/issues/133
62-
- name: Fixup owner of ~/.cargo/
63-
# Don't remove the trailing /. It is necessary to follow the symlink.
64-
run: sudo chown -R $(whoami):$(id -ng) ~/.cargo/
65-
6661
- name: Cache cargo installed crates
6762
uses: actions/cache@v3
6863
with:

0 commit comments

Comments
 (0)