From 64d3273101cd6341ce7e6edc1f0d033e713d0892 Mon Sep 17 00:00:00 2001 From: William McVicar <12842622+McMassiveNZ@users.noreply.github.com> Date: Tue, 24 Jan 2023 22:20:44 +0100 Subject: [PATCH] More compilers on windows --- .github/workflows/ci.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 26906c3..398860d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,10 +19,15 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-latest, macos-latest] + os: [ubuntu-latest, macos-latest, windows-latest] build_configuration: [Debug, Release] compiler: [llvm, gcc] vcpkg_bootstrap: [bootstrap-vcpkg.sh] + + exclude: + - os: windows-latest + vcpkg_bootstrap: bootstrap-vcpkg.sh + include: - os: 'windows-latest' triplet: x64-windows