Remove vcpkg because that garbage thing keeps failing builds...

This commit is contained in:
Magnus Norddahl 2025-01-08 23:21:00 +01:00
commit d8c0e4284f
3 changed files with 1 additions and 44 deletions

View file

@ -12,12 +12,10 @@ jobs:
config:
- name: Visual Studio 2022
os: windows-2022
extra_options: -DCMAKE_TOOLCHAIN_FILE=build/vcpkg/scripts/buildsystems/vcpkg.cmake
build_type: RelWithDebInfo
- name: Visual Studio 2022
os: windows-2022
extra_options: -DCMAKE_TOOLCHAIN_FILE=build/vcpkg/scripts/buildsystems/vcpkg.cmake
build_type: Debug
- name: macOS
@ -76,13 +74,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: |