We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe86357 commit 057711eCopy full SHA for 057711e
.github/workflows/cmake.yml
@@ -71,12 +71,6 @@ jobs:
71
run: |
72
echo "build-output-dir=${{ github.workspace }}/build" >> "$GITHUB_OUTPUT"
73
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
-
80
- name: Check Clang Settings
81
if: matrix.os == 'ubuntu-22.04' && matrix.c_compiler == 'clang'
82
0 commit comments