Skip to content

Commit d4e7b33

Browse files
committed
update
1 parent 1b41913 commit d4e7b33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/staging.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
# if: steps.cache.outputs.cache-hit != 'true'
3636

3737
- name: Build with Trunk
38-
run: trunk build --release
38+
run: cargo clean && trunk build --release
3939
working-directory: client
4040

4141
- name: Create SSH Key

0 commit comments

Comments
 (0)