Skip to content

Commit e1b7059

Browse files
committed
cleanup between self hosted jobs
1 parent 59c7163 commit e1b7059

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/precompile.yml

+3
Original file line numberDiff line numberDiff line change
@@ -81,3 +81,6 @@ jobs:
8181
with:
8282
files: |
8383
${{ matrix.runner == 'macos-latest' && 'cache/*x86_64*.tar.gz' || 'cache/*aarch64*.tar.gz' }}
84+
- name: Cleanup # We need this since self-hosted runners are not ephemeral
85+
run: |
86+
make clean

Makefile

+2-1
Original file line numberDiff line numberDiff line change
@@ -72,4 +72,5 @@ clean:
7272
rm -rf $(EXGBOOST_CACHE_LIB_DIR)
7373
rm -rf $(EXGBOOST_SO)
7474
rm -rf $(EXGBOOST_LIB_DIR)
75-
rm -rf $(XGBOOST_DIR)
75+
rm -rf $(XGBOOST_DIR)
76+
rm -rf $(XGBOOST_LIB_DIR_FLAG)

0 commit comments

Comments
 (0)