Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions .github/workflows/publish-wit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,18 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3

- name: Install cargo-binstall
uses: cargo-bins/cargo-binstall@8aac5aa2bf0dfaa2863eccad9f43c68fe40e5ec8
- name: Set up Rust to build wkg
uses: ./.github/actions/spin-ci-dependencies
with:
rust: true

- name: Install wasm-tools
shell: bash
run: cargo binstall wasm-tools

- name: Install wkg
shell: bash
run: cargo binstall wkg
run: cargo install wkg --git https://github.com/itowlson/wasm-pkg-tools --branch docker-credential-does-not-play-nice-with-schemeful-urls

- name: Login to the GitHub registry
uses: docker/login-action@v3
Expand Down