File tree Expand file tree Collapse file tree 2 files changed +0
-9
lines changed Expand file tree Collapse file tree 2 files changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -20,18 +20,12 @@ jobs:
20
20
uses : actions/checkout@v3
21
21
with :
22
22
submodules : ' recursive'
23
- - name : Update submodule
24
- run : |
25
- git submodule update --remote
26
23
- uses : actions-rs/toolchain@v1
27
24
with :
28
25
profile : minimal
29
26
toolchain : nightly-2024-02-12
30
27
target : wasm32-unknown-unknown
31
28
override : true
32
- - uses : Swatinem/rust-cache@v2
33
- - name : Build
34
- run : cargo build --features=ssr,hydrate
35
29
- uses : actions-rs/cargo@v1
36
30
with :
37
31
command : fmt
Original file line number Diff line number Diff line change 25
25
uses : actions/checkout@v3
26
26
with :
27
27
submodules : " recursive"
28
- - name : Update submodule
29
- run : |
30
- git submodule update --remote
31
28
- uses : actions-rs/toolchain@v1
32
29
with :
33
30
profile : minimal
You can’t perform that action at this time.
0 commit comments