Skip to content

Commit

Permalink
Update cmake-multi-platform.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lackhole committed Jun 20, 2024
1 parent 4a2d8ae commit adcf608
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,10 +100,12 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Configure CMake
- name: Set up Clang
uses: egor-tensin/setup-clang@v1
with:
version: ${{ matrix.compiler_version }}

- name: Configure CMake
env:
CC: cc
CXX: c++
Expand Down

0 comments on commit adcf608

Please sign in to comment.