We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6e4832 commit e812b62Copy full SHA for e812b62
1 file changed
.github/workflows/deploy.yml
@@ -19,6 +19,7 @@ jobs:
19
- uses: actions-rust-lang/setup-rust-toolchain@v1
20
with:
21
target: wasm32-unknown-unknown
22
+ toolchain: nightly
23
- uses: jetli/trunk-action@v0.5.0
24
- name: Build
25
run: |
0 commit comments