remove vcpkg step again

This commit is contained in:
Lion Kortlepel
2023-12-05 13:52:35 +01:00
parent 876fc617e0
commit 2fd0d2b0dd
2 changed files with 2 additions and 5 deletions

View File

@@ -24,11 +24,8 @@ jobs:
- name: Install Dependencies
run: bash ./scripts/debian/1-install-deps.sh
- name: Setup vcpkg
uses: lukka/run-vcpkg@v11
- name: Create Build Environment
run: bash ./scripts/debian/2-configure.sh '-DCMAKE_TOOLCHAIN_FILE=./vcpkg/scripts/buildsystems/vcpkg.cmake'
run: bash ./scripts/debian/2-configure.sh
- name: Build Server
run: bash ./scripts/debian/3-build.sh