We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 606e328 commit e4fc931Copy full SHA for e4fc931
.github/workflows/clippy_bors.yml
@@ -208,8 +208,9 @@ jobs:
208
- name: Extract Binaries
209
run: |
210
DIR=$CARGO_TARGET_DIR/debug
211
+ rm $DIR/deps/integration-*.d
212
+ mv $DIR/deps/integration-* $DIR/integration
213
find $DIR ! -executable -o -type d ! -path $DIR | xargs rm -rf
- mv $DIR/integration-* $DIR/integration
214
rm -rf $CARGO_TARGET_DIR/release
215
216
- name: Upload Binaries
0 commit comments