File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -30,11 +30,10 @@ jobs:
3030 - name : Set up Rust
3131 run : rustup update ${{ matrix.toolchain }} && rustup default ${{ matrix.toolchain }}
3232
33- - name : Install trunk, wasm-bindgen-cli and wasm target
33+ - name : Install trunk and wasm target
3434 run : |
3535 rustup target add wasm32-unknown-unknown
3636 cargo install trunk --locked --force
37- cargo install wasm-bindgen-cli --force
3837
3938 - name : Clean cargo cache and target directory
4039 run : |
9695 - name : Add wasm32 target
9796 run : rustup target add wasm32-unknown-unknown
9897
99- - name : Install trunk and wasm-bindgen-cli
98+ - name : Install trunk
10099 run : |
101100 cargo install trunk --locked --force
102- cargo install wasm-bindgen-cli --force
103101
104102 - name : Create static directory
105103 run : mkdir -p rustmail/static
You can’t perform that action at this time.
0 commit comments