Skip to content

Commit

Permalink
try fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
supermerill committed Mar 22, 2024
1 parent d59bfb9 commit d8799a8
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions .github/workflows/ccpp_win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -110,3 +110,6 @@ jobs:
with:
name: nightly_win64
path: build/package/
- name: msgfmt
working-directory: ./build
run: msgfmt --version

0 comments on commit d8799a8

Please sign in to comment.