Skip to content

Commit

Permalink
quick fix for win build (no mo/:po)
Browse files Browse the repository at this point in the history
  • Loading branch information
supermerill committed Mar 20, 2024
1 parent 89571ed commit 2a3a8a4
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ccpp_win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,12 +57,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

0 comments on commit 2a3a8a4

Please sign in to comment.