Install clang.

This commit is contained in:
Alexander Shaduri
2024-05-15 12:18:42 +04:00
parent 2e53d3e4c9
commit 55dade8b51
+3 -1
View File
@@ -24,7 +24,9 @@ jobs:
- uses: actions/checkout@v4
- name: Install Dependencies
run: brew install pkg-config gtkmm3 pcre cmake
run: >
brew install pkg-config gtkmm3 pcre cmake
brew install --with-toolchain llvm@16
- name: Create Build Directory
run: cmake -E make_directory build