File tree 2 files changed +0
-10
lines changed
2 files changed +0
-10
lines changed Original file line number Diff line number Diff line change 71
71
- name : Set RUST_COMPILER_RT_ROOT
72
72
run : echo "RUST_COMPILER_RT_ROOT="${{ env.workspace }}/llvm/compiler-rt >> $GITHUB_ENV
73
73
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
-
79
74
- name : Cache cargo installed crates
80
75
uses : actions/cache@v3
81
76
with :
Original file line number Diff line number Diff line change 58
58
- name : Set RUST_COMPILER_RT_ROOT
59
59
run : echo "RUST_COMPILER_RT_ROOT="${{ env.workspace }}/llvm/compiler-rt >> $GITHUB_ENV
60
60
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
-
66
61
- name : Cache cargo installed crates
67
62
uses : actions/cache@v3
68
63
with :
You can’t perform that action at this time.
0 commit comments