File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -137,6 +137,7 @@ jobs:
137137 if : contains(matrix.os, 'macos-tartelet')
138138 run : |
139139 curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain none
140+ echo "$HOME/.cargo/bin" >> $GITHUB_PATH
140141
141142 - name : Ubuntu setup
142143 # We get KVM set up on Ubuntu as we run the emulator there (only platform with nested virt)
Original file line number Diff line number Diff line change 7474 # image doesn't have cargo (or rustup) installed by default. Easily fixed
7575 run : |
7676 curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain none
77+ echo "$HOME/.cargo/bin" >> $GITHUB_PATH
7778
7879 - name : Restore Rust Cache
7980 id : rust-cache
You can’t perform that action at this time.
0 commit comments