Skip to content

Commit e2f50b7

Browse files
committed
cargo clean
1 parent a55e2b5 commit e2f50b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ jobs:
137137
run: |
138138
docker run --rm \
139139
-v "$(pwd)/tests":/home/rust/src \
140-
messense/rust-musl-cross:$IMAGE_TAG-${{ matrix.os.arch }} cargo build
140+
messense/rust-musl-cross:$IMAGE_TAG-${{ matrix.os.arch }} bash -c "cargo build; cargo clean"
141141
- name: Build and push multiarch image
142142
if: github.ref == 'refs/heads/master'
143143
run: |

0 commit comments

Comments
 (0)