Skip to content

Commit

Permalink
Clean between release and debug builds
Browse files Browse the repository at this point in the history
Otherwise we don't get the debug builds we desire.
  • Loading branch information
cmb69 committed Nov 9, 2024
1 parent 779f0aa commit f88bef3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/libbzip2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ jobs:
cd libbzip2
xcopy bzlib.h ..\build\include\*
xcopy libbz2_a.* ..\build\lib\*
- name: Clean libbzip2
run: cdlibbzip2 && nmake /f makefile.msc clean
- name: Build libbzip2 debug
run: cd libbzip2 && nmake /f makefile_debug.msc
- name: Install libbzip2 debug
Expand Down

0 comments on commit f88bef3

Please sign in to comment.