Skip to content

Commit

Permalink
workflow: clean up after build
Browse files Browse the repository at this point in the history
Signed-off-by: Jussi Kivilinna <[email protected]>
  • Loading branch information
jkivilin committed Oct 13, 2024
1 parent 757db49 commit 2a0c440
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ccpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,9 @@ jobs:
run: sudo apt-get -y install build-essential g++-multilib gcc-mingw-w64
- name: make
run: make
- name: cleanup 1
run: git clean -xdf
- name: make win32
run: make OSTYPE=win32
- name: cleanup 2
run: git clean -xdf

0 comments on commit 2a0c440

Please sign in to comment.