Skip to content

Commit

Permalink
Update cmake-compile.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Loudbooks authored Oct 1, 2024
1 parent 9275d57 commit 645e97c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/cmake-compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Install Clang (Linux)
if: matrix.os == 'ubuntu-latest'
run: sudo apt-get update && sudo apt-get install -y clang

- name: Configure CMake
run: cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}}

Expand Down

0 comments on commit 645e97c

Please sign in to comment.