diff --git a/.github/actions/build-cmake-preset/action.yml b/.github/actions/build-cmake-preset/action.yml index 66b38a51a..814763bd8 100644 --- a/.github/actions/build-cmake-preset/action.yml +++ b/.github/actions/build-cmake-preset/action.yml @@ -66,6 +66,12 @@ runs: id: setup-host-windows shell: powershell + - name: Setup host + if: runner.os == 'Linux' + run: sudo apt install -y ninja-build doxygen clang-12 llvm-12 + id: setup-host-linux + shell: bash + - name: Setup host if: runner.os == 'macOS' run: brew install ninja doxygen