File tree Expand file tree Collapse file tree 2 files changed +0
-10
lines changed
Expand file tree Collapse file tree 2 files changed +0
-10
lines changed Original file line number Diff line number Diff line change 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 :
Original file line number Diff line number Diff line change 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 :
You can’t perform that action at this time.
0 commit comments