From 454a25cfa55976a075108a4c0d03a028c605c551 Mon Sep 17 00:00:00 2001 From: HPDell Date: Thu, 22 Feb 2024 12:24:46 +0000 Subject: [PATCH] edit: test without vcpkg scrollback --- .github/workflows/cmake.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 7b8575cf..6ce727eb 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -60,11 +60,11 @@ jobs: steps: - name: Checkout uses: actions/checkout@v3 - - name: Scrollback Vcpkg - shell: pwsh - run: | - cd "$env:VCPKG_INSTALLATION_ROOT" - git switch 2023.12.12 --detach + # - name: Scrollback Vcpkg + # shell: pwsh + # run: | + # cd "$env:VCPKG_INSTALLATION_ROOT" + # git switch 2023.12.12 --detach - name: Setup NuGet Credentials shell: pwsh run: |