File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3333 - name : Install trunk, wasm-bindgen-cli and wasm target
3434 run : |
3535 rustup target add wasm32-unknown-unknown
36- cargo install trunk --locked
37- cargo install wasm-bindgen-cli
36+ cargo install trunk --locked --force
37+ cargo install wasm-bindgen-cli --force
3838
3939 - name : Clean cargo cache and target directory
4040 run : |
@@ -98,18 +98,20 @@ jobs:
9898
9999 - name : Install trunk and wasm-bindgen-cli
100100 run : |
101- cargo install trunk --locked
102- cargo install wasm-bindgen-cli
101+ cargo install trunk --locked --force
102+ cargo install wasm-bindgen-cli --force
103103
104104 - name : Create static directory
105105 run : mkdir -p rustmail/static
106106 shell : bash
107107
108- - name : Clean cargo cache and target directory
108+ - name : Clean all caches
109109 run : |
110110 cargo clean
111111 rm -rf target
112112 rm -rf rustmail_panel/target
113+ rm -rf ~/.cargo/registry/cache
114+ rm -rf ~/.cargo/git/db
113115 shell : bash
114116
115117 - name : Build frontend
You can’t perform that action at this time.
0 commit comments