Skip to content
Merged
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
12 changes: 12 additions & 0 deletions .github/workflows/cmake-single-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,18 @@ jobs:
run:
shell: bash
steps:
- name: Install Clang
# You may pin to the exact commit or the version.
# uses: egor-tensin/setup-clang@471a6f8ef1d449dba8e1a51780e7f943572a3f99
uses: egor-tensin/setup-clang@v2
with:
# Version to install
version: # optional, default is latest
# Target platform
platform: # optional, default is x64
# Set up cc/clang/c++/clang++ executables
cc: # optional, default is 1

- name: Checkout code
uses: actions/checkout@v4
with:
Expand Down
Loading