Skip to content

Commit 37e7763

Browse files
committed
CI: fix rust-analyzer
1 parent 3979496 commit 37e7763

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
. "$HOME/.cargo/env"
9999
rustup toolchain install nightly-2025-06-11
100100
rustup component add rust-analyzer --toolchain nightly-2025-06-11
101-
cp "$(rustup which rust-analyzer --toolchain nightly-2025-06-11)" "$LOCAL_BIN"/rust-analyzer
101+
cp "$(rustup run nightly-2025-06-11 which rust-analyzer)" "$LOCAL_BIN"/rust-analyzer
102102
103103
- name: Build scip-to-glean
104104
run: |

0 commit comments

Comments
 (0)