From 6ed3456d37d2d3b257f9c5a28acb0fcd1ef53407 Mon Sep 17 00:00:00 2001 From: itowlson Date: Tue, 21 Oct 2025 14:10:58 +1300 Subject: [PATCH] Use forked wkg to publish WITs for now Signed-off-by: itowlson --- .github/workflows/publish-wit.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish-wit.yml b/.github/workflows/publish-wit.yml index 723e6ffbca..967a18266b 100644 --- a/.github/workflows/publish-wit.yml +++ b/.github/workflows/publish-wit.yml @@ -15,8 +15,10 @@ 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 @@ -24,7 +26,7 @@ jobs: - 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