Skip to content

Commit 33d6e47

Browse files
committed
chore: use absolute path to rustup
1 parent 6dc811d commit 33d6e47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
6161
run: |
6262
echo "vmx: one"
63-
rustup override set ${{ matrix.rust }}
63+
$HOME/.cargo/bin/rustup override set ${{ matrix.rust }}
6464
echo "vmx: two"
6565
$HOME/.cargo/bin/cargo test --release --target ${{ matrix.target }}
6666
echo "vmx: three"

0 commit comments

Comments
 (0)