summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/c-cpp.yml2
-rw-r--r--.github/workflows/selfhosted.yml2
2 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml
index b6cd3441..3ea466a7 100644
--- a/.github/workflows/c-cpp.yml
+++ b/.github/workflows/c-cpp.yml
@@ -73,6 +73,8 @@ jobs:
run: autoreconf
- name: configure
run: ./.github/configure.sh ${{ matrix.configs }}
+ - name: make clean
+ run: make clean
- name: make
run: make -j2
- name: make tests
diff --git a/.github/workflows/selfhosted.yml b/.github/workflows/selfhosted.yml
index df6eca71..f102786e 100644
--- a/.github/workflows/selfhosted.yml
+++ b/.github/workflows/selfhosted.yml
@@ -74,6 +74,8 @@ jobs:
run: vmstartup
- name: configure
run: vmrun ./.github/configure.sh ${{ matrix.configs }}
+ - name: make clean
+ run: vmrun make clean
- name: make
run: vmrun make
- name: make tests