Skip to content

Commit

Permalink
-- ci: fix sanitizer workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
MariusBgm committed Oct 25, 2023
1 parent b52971b commit 817bbcc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/actions/build-cmake-preset/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 817bbcc

Please sign in to comment.