Skip to content

Commit 549b1cc

Browse files
committed
Update cmake.yml
1 parent 6bbb385 commit 549b1cc

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/cmake.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,15 @@ jobs:
4343
steps:
4444
- uses: actions/checkout@v4
4545

46+
- name: Install Clang and Dependencies
47+
run: |
48+
yum -y update
49+
yum -y install epel-release
50+
yum -y install clang llvm-toolset-7 cmake make gcc-c++ git which tar
51+
ln -sf /usr/bin/clang /usr/local/bin/clang
52+
ln -sf /usr/bin/clang++ /usr/local/bin/clang++
53+
ln -sf /usr/bin/cmake /usr/local/bin/cmake
54+
4655
- name: Set reusable strings
4756
# Turn repeated input strings (such as the build output directory) into step outputs. These step outputs can be used throughout the workflow file.
4857
id: strings

0 commit comments

Comments
 (0)