Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cmb69 committed Nov 9, 2024
1 parent f88bef3 commit 8325009
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/libbzip2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
xcopy bzlib.h ..\build\include\*
xcopy libbz2_a.* ..\build\lib\*
- name: Clean libbzip2
run: cdlibbzip2 && nmake /f makefile.msc clean
run: cd libbzip2 && 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 8325009

Please sign in to comment.