From b010eace10c4e095fbbc1d0a8033649e5275dab7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=A6Ltorio?= Date: Sat, 15 Jun 2024 17:03:23 +0200 Subject: [PATCH] wip windows ci/cd --- .github/workflows/windows.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index cdcb7984..99d19fbb 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -12,8 +12,8 @@ jobs: fail-fast: false matrix: job: - - { vcpkg_triplet: x64 , arch: x86_64 } - - { vcpkg_triplet: x86 , arch: i686 } + - { vcpkg_triplet: x64-windows-static-release , arch: x86_64 } + - { vcpkg_triplet: x86-windows-static-release , arch: i686 } steps: - name: Checkout code