Skip to content

Commit 41e382f

Browse files
committed
cant use ssh
1 parent 2770449 commit 41e382f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/benchmarks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
5050
- name: install clippy
5151
run: |
52-
git clone git@github.com:lucarlig/rust-clippy.git
52+
git clone https://github.com/lucarlig/rust-clippy.git
5353
cd rust-clippy
5454
cargo +nightly-2023-06-02 build --release --bin cargo-clippy --bin clippy-driver -Zunstable-options --out-dir "$(rustc --print=sysroot)/bin"
5555

0 commit comments

Comments
 (0)