From 789eb6b83d1855966a45d228ff602645e0014a07 Mon Sep 17 00:00:00 2001 From: McMassiveNZ <12842622+McMassiveNZ@users.noreply.github.com> Date: Sat, 17 Dec 2022 00:30:09 +0100 Subject: [PATCH] Update cmake.yml --- .github/workflows/cmake.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index cafeb29..99557a7 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -23,13 +23,9 @@ jobs: build_configuration: [Debug, Release] include: - os: windows-latest - - bootstrap: bootstrap-vcpkg.bat - triplet: x64-windows - - vcpkg: vcpkg.exe - os: ubuntu-latest - - bootstrap: bootstrap-vcpkg.sh - triplet: x64-linux - - vcpkg: vcpkg steps: - name: checkout @@ -38,7 +34,7 @@ jobs: submodules: true - name: Boostrap Vcpkg - run: ${{github.workspace}}/external/vcpkg/${{matrix.bootstrap}} -disableMetrics + run: ${{github.workspace}}/external/vcpkg/bootstrap-vcpkg -disableMetrics - if: runner.os == 'Windows' name: Install packaged dependencies