We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34533a6 commit ab6493bCopy full SHA for ab6493b
1 file changed
.github/workflows/cd.yml
@@ -27,8 +27,10 @@ jobs:
27
BASALT_WEB_TAG: dev-pr-107
28
steps:
29
- 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
32
- name: Install Basalt CLI
- run: cargo install --locked basalt-cli
33
+ run: cargo binstall --locked basalt-cli -y
34
- name: Log in to GitHub Container Registry
35
uses: docker/login-action@v3
36
with:
0 commit comments