Skip to content

Commit 4da550d

Browse files
committed
added with to uses
1 parent fa73f02 commit 4da550d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/continuous_deployment.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,15 @@ jobs:
99
release:
1010
runs-on: ubuntu-latest
1111
steps:
12+
1213
- uses: actions-rs/toolchain@v1
14+
with:
15+
toolchain: stable
16+
target: wasm32-unknown-unknown
17+
1318
- uses: jetli/trunk-action@v0.4.0
1419
- uses: jetli/wasm-bindgen-action@v0.2.0
20+
1521
- uses: actions/checkout@v3
1622

1723
run: |

0 commit comments

Comments
 (0)