Skip to content

Commit

Permalink
WIP show gettext contents
Browse files Browse the repository at this point in the history
  • Loading branch information
bk138 committed Mar 7, 2024
1 parent f4ff904 commit 01a89b2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,12 @@ jobs:
uses: johnwason/vcpkg-action@v4
id: vcpkg
with:
pkgs: wxwidgets gettexttools
pkgs: wxwidgets gettext
triplet: x64-windows
token: ${{ github.token }}
- name: Build
run: |
vcpkg owns gettext
mkdir build
cd build
cmake ${{ steps.vcpkg.outputs.vcpkg-cmake-config }} ..
Expand Down

0 comments on commit 01a89b2

Please sign in to comment.