From d8799a8afdb69876e15c4dd160221d9004851c0f Mon Sep 17 00:00:00 2001 From: supermerill Date: Fri, 22 Mar 2024 14:35:29 +0100 Subject: [PATCH] try fix build --- .github/workflows/ccpp_win.yml | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ccpp_win.yml b/.github/workflows/ccpp_win.yml index 1bd841de42c..4f20dc77a2d 100644 --- a/.github/workflows/ccpp_win.yml +++ b/.github/workflows/ccpp_win.yml @@ -60,12 +60,12 @@ jobs: - name: make working-directory: ./build run: msbuild /m /P:Configuration=RelWithDebInfo INSTALL.vcxproj - - name: make .mo - working-directory: ./build - run: msbuild /m /P:Configuration=RelWithDebInfo gettext_po_to_mo.vcxproj - - name: make .pot - working-directory: ./build - run: msbuild /m /P:Configuration=RelWithDebInfo gettext_make_pot.vcxproj + # - name: make .mo + # working-directory: ./build + # run: msbuild /m /P:Configuration=RelWithDebInfo gettext_po_to_mo.vcxproj + # - name: make .pot + # working-directory: ./build + # run: msbuild /m /P:Configuration=RelWithDebInfo gettext_make_pot.vcxproj - name: create directory and copy into it working-directory: ./build run: ls @@ -110,3 +110,6 @@ jobs: with: name: nightly_win64 path: build/package/ + - name: msgfmt + working-directory: ./build + run: msgfmt --version