add toolchain file to configure call to skip second vcpkg install step

This commit is contained in:
Lion Kortlepel
2023-12-05 14:08:31 +01:00
parent 98673069f2
commit 582bb0a021
2 changed files with 2 additions and 2 deletions

View File

@@ -30,7 +30,7 @@ jobs:
runVcpkgInstall: true
- name: Create Build Environment
run: bash ./scripts/debian-11/2-configure.sh
run: bash ./scripts/debian-11/2-configure.sh '-DCMAKE_TOOLCHAIN_FILE=./vcpkg/scripts/buildsystems/vcpkg.cmake'
- name: Build Server
run: bash ./scripts/debian-11/3-build.sh

View File

@@ -30,7 +30,7 @@ jobs:
runVcpkgInstall: true
- name: Create Build Environment
run: bash ./scripts/ubuntu-22.04/2-configure.sh
run: bash ./scripts/debian-11/2-configure.sh '-DCMAKE_TOOLCHAIN_FILE=./vcpkg/scripts/buildsystems/vcpkg.cmake'
- name: Build Server
run: bash ./scripts/ubuntu-22.04/3-build.sh