Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,12 +98,12 @@ jobs:
if: runner.os == 'Linux'
run: |
sudo apt-get update
sudo apt-get install -y cmake valgrind help2man
sudo apt-get install -y cmake valgrind help2man clang-tools

- name: Install Dependencies (macOS)
if: runner.os == 'macOS'
run: |
brew install cmake sed help2man
brew install cmake gnu-sed help2man

- name: Set Compiler and Flags
run: |
Expand Down