From 2f4714e0c75aafb1b86cf9eb257395c7759f62d2 Mon Sep 17 00:00:00 2001 From: Rachael Alexanderson Date: Wed, 8 Jan 2025 17:54:38 -0500 Subject: [PATCH] - vcpkg keeps failing. take it off the CI --- .github/workflows/continuous_integration.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.github/workflows/continuous_integration.yml b/.github/workflows/continuous_integration.yml index d451e47b72..7efd95cefd 100644 --- a/.github/workflows/continuous_integration.yml +++ b/.github/workflows/continuous_integration.yml @@ -12,17 +12,14 @@ jobs: config: - name: Visual Studio 2022 os: windows-2022 - extra_options: -DCMAKE_TOOLCHAIN_FILE=build/vcpkg/scripts/buildsystems/vcpkg.cmake build_type: Release - name: Visual Studio 2022 os: windows-2022 - extra_options: -DCMAKE_TOOLCHAIN_FILE=build/vcpkg/scripts/buildsystems/vcpkg.cmake build_type: Debug - name: Visual Studio 2019 os: windows-2019 - extra_options: -DCMAKE_TOOLCHAIN_FILE=build/vcpkg/scripts/buildsystems/vcpkg.cmake build_type: Release - name: macOS @@ -81,13 +78,6 @@ jobs: tar -xf "${ZMUSIC_PACKAGE}" fi - - name: Setup vcpkg - uses: lukka/run-vcpkg@v11 - if: runner.os == 'Windows' - with: - vcpkgDirectory: '${{ github.workspace }}/build/vcpkg' - vcpkgGitCommitId: '2c401863dd54a640aeb26ed736c55489c079323b' - - name: Configure shell: bash run: |