Skip to content

Commit fe08c29

Browse files
first commit
1 parent 211c798 commit fe08c29

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@ jobs:
1010
- run: echo "💡 The ${{ github.repository }} repository has been cloned to the runner."
1111
- name: get cmake
1212
uses: lukka/get-cmake@latest
13+
- name: Set up Clang
14+
uses: egor-tensin/setup-clang@v1
15+
with:
16+
version: latest
17+
platform: x64
1318
- name: cmake
1419
shell: bash
1520
run: |

0 commit comments

Comments
 (0)