From 817bbcc3fee208545728226bbacbdc025a75b7c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marius=20B=C3=B6rschig?= Date: Wed, 25 Oct 2023 13:27:38 +0200 Subject: [PATCH] -- ci: fix sanitizer workflows --- .github/actions/build-cmake-preset/action.yml | 6 ++++++ 1 file changed, 6 insertions(+) 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