Skip to content

Commit 2d729ab

Browse files
committed
moved to new action
1 parent 98b8d99 commit 2d729ab

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/continuous_deployment.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,9 @@ jobs:
99
release:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions-rs/[email protected]
13-
with:
14-
toolchain: stable
15-
target: wasm32-unknown-unknown
16-
12+
- uses: moonrepo/setup-rust@v0
1713
- uses: jetli/[email protected]
1814
- uses: jetli/[email protected]
19-
2015
- uses: actions/checkout@v3
2116

2217
- run: trunk build --release

0 commit comments

Comments
 (0)