Skip to content

Commit 2c4096c

Browse files
Use better home variable
1 parent fa54d9d commit 2c4096c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- name: Setup rustup
4343
run: |
4444
curl --proto '=https' --tlsv1.2 --retry 10 --location --silent --show-error --fail "https://sh.rustup.rs" | sh -s -- --default-toolchain none -y
45-
echo "$CARGO_HOME/bin" >> $GITHUB_PATH
45+
echo "$HOME/.cargo/bin" >> $GITHUB_PATH
4646
shell: bash
4747
- name: Install Rust toolchain
4848
uses: dtolnay/rust-toolchain@stable

0 commit comments

Comments
 (0)