Skip to content

Commit e6cf56a

Browse files
authored
v2 not v1
1 parent 6d67013 commit e6cf56a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/make-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- uses: actions/checkout@v4
3232
- run: rustup target add wasm32-unknown-unknown
3333
- uses: jcbhmr/setup-cargo-component@v1
34-
- uses: jcbhmr/setup-wasm-tools@v1
34+
- uses: jcbhmr/setup-wasm-tools@v2
3535
- run: make build
3636
- run: |
3737
wasm-tools component wit \

0 commit comments

Comments
 (0)