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.
2 parents 463a3ff + 6ed3456 commit c8e219bCopy full SHA for c8e219b
.github/workflows/publish-wit.yml
@@ -15,16 +15,18 @@ jobs:
15
- name: Checkout repository
16
uses: actions/checkout@v3
17
18
- - name: Install cargo-binstall
19
- uses: cargo-bins/cargo-binstall@8aac5aa2bf0dfaa2863eccad9f43c68fe40e5ec8
+ - name: Set up Rust to build wkg
+ uses: ./.github/actions/spin-ci-dependencies
20
+ with:
21
+ rust: true
22
23
- name: Install wasm-tools
24
shell: bash
25
run: cargo binstall wasm-tools
26
27
- name: Install wkg
28
- run: cargo binstall wkg
29
+ run: cargo install wkg --git https://github.com/itowlson/wasm-pkg-tools --branch docker-credential-does-not-play-nice-with-schemeful-urls
30
31
- name: Login to the GitHub registry
32
uses: docker/login-action@v3
0 commit comments