Skip to content

Commit 8ed4851

Browse files
authored
Merge pull request #177 from AndrewCS149/testWorkflow
testWorkflow
2 parents 79bf460 + d4e7b33 commit 8ed4851

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)