We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a599d1 commit 2b5299fCopy full SHA for 2b5299f
.github/workflows/e2e.yml
@@ -32,6 +32,11 @@ jobs:
32
with:
33
cache-on-failure: true
34
35
+ - uses: cargo-bins/cargo-binstall@main
36
+ name: Install cargo-binstall
37
+ with:
38
+ version: latest
39
+
40
- name: Install Foundry
41
uses: onbjerg/foundry-toolchain@v1
42
@@ -45,7 +50,7 @@ jobs:
45
50
# move to `- uses: cargo-bins/cargo-binstall@main` ?
46
51
- name: Install wasi components
47
52
run: |
48
- cargo install cargo-component warg-cli wkg --locked
53
+ cargo binstall cargo-component warg-cli wkg --locked --no-confirm
49
54
wkg config --default-registry wa.dev
55
56
- name: Install forge deps
0 commit comments