Skip to content

Commit 5efa514

Browse files
authored
Update in self-hosted tests.
1 parent 4e59202 commit 5efa514

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/self-hosted.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,10 @@ jobs:
4949
runs-on: [self-hosted, famsa, '${{ matrix.machine }}']
5050

5151
steps:
52+
- name: clean
53+
run: make clean
54+
continue-on-error: true
55+
5256
- name: make
5357
run: |
5458
make -j32 CXX=${{matrix.compiler}} PLATFORM=${{matrix.platform}}

0 commit comments

Comments
 (0)