Skip to content

Commit e4fc931

Browse files
committed
Get integration test binary from deps dir
cc rust-lang/cargo#7965
1 parent 606e328 commit e4fc931

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/clippy_bors.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -208,8 +208,9 @@ jobs:
208208
- name: Extract Binaries
209209
run: |
210210
DIR=$CARGO_TARGET_DIR/debug
211+
rm $DIR/deps/integration-*.d
212+
mv $DIR/deps/integration-* $DIR/integration
211213
find $DIR ! -executable -o -type d ! -path $DIR | xargs rm -rf
212-
mv $DIR/integration-* $DIR/integration
213214
rm -rf $CARGO_TARGET_DIR/release
214215
215216
- name: Upload Binaries

0 commit comments

Comments
 (0)