Update .github/workflows/workflow.yaml

This commit is contained in:
Anonymous Maarten 2025-12-20 00:44:23 +00:00 committed by GitHub
parent bdd0d53025
commit 889783cd9f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -62,7 +62,8 @@ jobs:
with:
add-to-environment: true
build-type: Release
#cmake-arguments: ${{ matrix.platform.cmake-args }}
install-linux-dependencies: true
cmake-arguments: ${{ matrix.platform.cmake-args }}
cmake-generator: Ninja
cmake-toolchain-file: ${{ matrix.platform.cmake-toolchain-file }}
discriminator: ${{ matrix.platform.arch }}