diff --git a/.github/workflows/workflow.yaml b/.github/workflows/workflow.yaml index a6ba99b4..65e7b978 100644 --- a/.github/workflows/workflow.yaml +++ b/.github/workflows/workflow.yaml @@ -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 }}