From 6f4a211b55e8a2b831df558c81e3a484f420cf90 Mon Sep 17 00:00:00 2001 From: McMassiveNZ <12842622+McMassiveNZ@users.noreply.github.com> Date: Tue, 24 Jan 2023 20:49:53 +0100 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 36e68d1..d14871c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,9 +19,10 @@ jobs: strategy: fail-fast: false matrix: - os: [windows-latest, ubuntu-latest, macos-latest] + os: [ubuntu-latest, macos-latest] build_configuration: [Debug, Release] compiler: [llvm, gcc] + vcpkg_bootstrap: bootstrap-vcpkg.sh include: - os: 'windows-latest' triplet: x64-windows @@ -29,10 +30,8 @@ jobs: compiler: "msvc" - os: 'ubuntu-latest' triplet: x64-linux - vcpkg_bootstrap: bootstrap-vcpkg.sh - os: 'macos-latest' triplet: x64-osx - vcpkg_bootstrap: bootstrap-vcpkg.sh steps: - name: checkout