Skip to content

Commit

Permalink
Update in self-hosted tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
agudys authored Sep 18, 2024
1 parent 4e59202 commit 5efa514
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/self-hosted.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,10 @@ jobs:
runs-on: [self-hosted, famsa, '${{ matrix.machine }}']

steps:
- name: clean
run: make clean
continue-on-error: true

- name: make
run: |
make -j32 CXX=${{matrix.compiler}} PLATFORM=${{matrix.platform}}
Expand Down

0 comments on commit 5efa514

Please sign in to comment.