Skip to content

Commit 92f0c4e

Browse files
committed
Remove Linux settings that are no longer needed
1 parent a4981e3 commit 92f0c4e

1 file changed

Lines changed: 1 addition & 15 deletions

File tree

.github/workflows/cmake.yml

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -71,21 +71,7 @@ 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-latest' && matrix.c_compiler == 'clang'
76-
run: |
77-
sudo apt-get update
78-
sudo apt-get install -y clang libc++-dev libc++abi-dev
79-
80-
- name: Set Clang 16 as Default
81-
if: matrix.os == 'ubuntu-24.04' && matrix.c_compiler == 'clang'
82-
run: |
83-
sudo update-alternatives --install /usr/bin/clang clang /usr/bin/clang-16 100
84-
sudo update-alternatives --install /usr/bin/clang++ clang++ /usr/bin/clang++-16 100
85-
sudo update-alternatives --set clang /usr/bin/clang-16
86-
sudo update-alternatives --set clang++ /usr/bin/clang++-16
87-
88-
- name: Check Clang Settings
74+
- name: Display Clang Info
8975
if: matrix.os == 'ubuntu-latest' && matrix.c_compiler == 'clang'
9076
run: |
9177
clang --version

0 commit comments

Comments
 (0)