mirror of
https://github.com/ashaduri/gsmartcontrol.git
synced 2026-09-24 21:05:38 +00:00
Install clang.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user