Skip to content

Commit c6a5b5f

Browse files
committed
fixup! .github/workflows/ci.yml: test Windows on ARM.
1 parent 50291e5 commit c6a5b5f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

+3
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,9 @@ jobs:
5656
- name: Rust
5757
shell: bash
5858
run: |
59+
if ! which cargo > /dev/null 2>&1; then
60+
export PATH=$HOME/.cargo/bin:$PATH
61+
fi
5962
rustc --version --verbose
6063
export CARGO_REGISTRIES_CRATES_IO_PROTOCOL=sparse
6164
cd bindings/rust

0 commit comments

Comments
 (0)