Skip to content

Commit c8e219b

Browse files
authored
Merge pull request #3316 from itowlson/use-forked-wkg-to-publish-wits
Use forked wkg to publish WITs for now
2 parents 463a3ff + 6ed3456 commit c8e219b

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/publish-wit.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,18 @@ jobs:
1515
- name: Checkout repository
1616
uses: actions/checkout@v3
1717

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

2123
- name: Install wasm-tools
2224
shell: bash
2325
run: cargo binstall wasm-tools
2426

2527
- name: Install wkg
2628
shell: bash
27-
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
2830

2931
- name: Login to the GitHub registry
3032
uses: docker/login-action@v3

0 commit comments

Comments
 (0)