Skip to content

Commit 057711e

Browse files
committed
Update cmake.yml
1 parent fe86357 commit 057711e

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/cmake.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -71,12 +71,6 @@ jobs:
7171
run: |
7272
echo "build-output-dir=${{ github.workspace }}/build" >> "$GITHUB_OUTPUT"
7373
74-
- name: Install Clang and Libraries
75-
if: matrix.os == 'ubuntu-22.04' && matrix.c_compiler == 'clang'
76-
run: |
77-
sudo apt-get update
78-
sudo apt-get install -y clang libc++-dev libc++abi-dev
79-
8074
- name: Check Clang Settings
8175
if: matrix.os == 'ubuntu-22.04' && matrix.c_compiler == 'clang'
8276
run: |

0 commit comments

Comments
 (0)