We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
binstall
1 parent 10a1de5 commit c855d01Copy full SHA for c855d01
.github/workflows/publish.yml
@@ -23,6 +23,9 @@ jobs:
23
- name: Checkout repository
24
uses: actions/checkout@v2
25
26
+ - name: Install cargo-binstall
27
+ uses: cargo-bins/[email protected]
28
+
29
- name: Docker meta
30
id: meta
31
uses: docker/metadata-action@v5
@@ -59,8 +62,8 @@ jobs:
59
62
name: Install build dependencies
60
63
continue-on-error: false
61
64
run: |
- cargo install cargo-component --force --version ${{ env.CARGO_COMPONENT_VERSION }}
- cargo install wkg --force
65
+ cargo binstall cargo-component --force --version ${{ env.CARGO_COMPONENT_VERSION }}
66
+ cargo binstall wkg --force
67
68
- name: Build the component
69
run: cargo component build --release
0 commit comments