File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2828 - name : Install trunk and wasm target
2929 run : |
3030 rustup target add wasm32-unknown-unknown
31+ cargo install wasm-bindgen-cli --version 0.2.105 --locked
3132 cargo install trunk --locked
3233
3334 - name : Build frontend
Original file line number Diff line number Diff line change 3333 - name : Install trunk and wasm target
3434 run : |
3535 rustup target add wasm32-unknown-unknown
36+ cargo install wasm-bindgen-cli --version 0.2.105 --locked --force
3637 cargo install trunk --locked --force
3738
3839 - name : Clean cargo cache and target directory
@@ -100,6 +101,7 @@ jobs:
100101
101102 - name : Install trunk
102103 run : |
104+ cargo install wasm-bindgen-cli --version 0.2.105 --locked --force
103105 cargo install trunk --locked --force
104106
105107 - name : Create static directory
@@ -121,6 +123,7 @@ jobs:
121123 rm -rf dist .trunk
122124 trunk clean
123125 trunk build --release --dist ../rustmail/static --config Trunk.toml
126+ shell : bash
124127
125128 - name : Verify static files were created
126129 run : ls rustmail/static
You can’t perform that action at this time.
0 commit comments