Skip to content

Commit ab6493b

Browse files
committed
binstall
1 parent 34533a6 commit ab6493b

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/cd.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,10 @@ jobs:
2727
BASALT_WEB_TAG: dev-pr-107
2828
steps:
2929
- uses: actions/checkout@v4
30+
- name: Setup Cargo binstall
31+
run: curl -L --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/cargo-bins/cargo-binstall/main/install-from-binstall-release.sh | bash
3032
- name: Install Basalt CLI
31-
run: cargo install --locked basalt-cli
33+
run: cargo binstall --locked basalt-cli -y
3234
- name: Log in to GitHub Container Registry
3335
uses: docker/login-action@v3
3436
with:

0 commit comments

Comments
 (0)