Skip to content

Commit 8172e7f

Browse files
chore: install cargo-binstall from updated url
1 parent 1ecfb70 commit 8172e7f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ jobs:
287287
shell: bash
288288
run: |
289289
archive="cargo-binstall-x86_64-unknown-linux-musl.tgz"
290-
wget "https://github.com/ryankurte/cargo-binstall/releases/latest/download/${archive}"
290+
wget "https://github.com/cargo-bins/cargo-binstall/releases/latest/download/${archive}"
291291
292292
tar -xvf "./${archive}"
293293
@@ -457,7 +457,7 @@ jobs:
457457
shell: bash
458458
run: |
459459
archive="cargo-binstall-x86_64-unknown-linux-musl.tgz"
460-
wget "https://github.com/ryankurte/cargo-binstall/releases/latest/download/${archive}"
460+
wget "https://github.com/cargo-bins/cargo-binstall/releases/latest/download/${archive}"
461461
462462
tar -xvf "./${archive}"
463463

.github/workflows/publish-crate-after-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
shell: bash
7474
run: |
7575
archive="cargo-binstall-x86_64-unknown-linux-musl.tgz"
76-
wget "https://github.com/ryankurte/cargo-binstall/releases/latest/download/${archive}"
76+
wget "https://github.com/cargo-bins/cargo-binstall/releases/latest/download/${archive}"
7777
7878
tar -xvf "./${archive}"
7979

0 commit comments

Comments
 (0)