From f4ff904c31105ca2f2cdb3951f1ff85452639820 Mon Sep 17 00:00:00 2001 From: Christian Beier Date: Wed, 6 Mar 2024 13:22:02 +0100 Subject: [PATCH] .github: add gettexttools as Windows CI dep --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 16501928..b6bd671f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,7 +30,7 @@ jobs: uses: johnwason/vcpkg-action@v4 id: vcpkg with: - pkgs: wxwidgets gettext + pkgs: wxwidgets gettexttools triplet: x64-windows token: ${{ github.token }} - name: Build