From 8325009b06f6c0d40d529accde5af2feb951f918 Mon Sep 17 00:00:00 2001 From: "Christoph M. Becker" Date: Sat, 9 Nov 2024 14:35:06 +0100 Subject: [PATCH] fix --- .github/workflows/libbzip2.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/libbzip2.yml b/.github/workflows/libbzip2.yml index cccf177..c98fa68 100644 --- a/.github/workflows/libbzip2.yml +++ b/.github/workflows/libbzip2.yml @@ -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