add toolchain to linux build

oops
This commit is contained in:
Lion Kortlepel 2024-06-17 22:36:15 +02:00
parent 274a1dac7c
commit 82e58e6513
No known key found for this signature in database
GPG Key ID: 4322FF2B4C71259B

View File

@ -28,7 +28,7 @@ jobs:
- name: Configure CMake
shell: bash
working-directory: ${{github.workspace}}/build-linux
run: cmake $GITHUB_WORKSPACE -DCMAKE_BUILD_TYPE=$BUILD_TYPE
run: cmake $GITHUB_WORKSPACE -DCMAKE_BUILD_TYPE=$BUILD_TYPE -DCMAKE_TOOLCHAIN_FILE='${{ runner.workspace }}/b/vcpkg/scripts/buildsystems/vcpkg.cmake'
- name: Build
working-directory: ${{github.workspace}}/build-linux