summaryrefslogtreecommitdiff
path: root/.github/workflows/ubuntu.yml
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2024-03-08 19:34:30 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2024-03-11 00:46:15 +0900
commit51f4f1414f3648637271612aff0ffb51dd95f699 (patch)
treea4dd691724288a5af121ec689692158fed2c1725 /.github/workflows/ubuntu.yml
parent22459a8f6da6a52553373201934fc7e6bcba88e7 (diff)
Clean up the build directory if `clean` is set to true
Diffstat (limited to '.github/workflows/ubuntu.yml')
-rw-r--r--.github/workflows/ubuntu.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml
index 5de657bf4b..4f9050a4c1 100644
--- a/.github/workflows/ubuntu.yml
+++ b/.github/workflows/ubuntu.yml
@@ -79,6 +79,7 @@ jobs:
srcdir: src
builddir: build
makeup: true
+ clean: true
dummy-files: ${{ matrix.test_task == 'check' }}
# Set fetch-depth: 10 so that Launchable can receive commits information.
fetch-depth: 10