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 74b2466 commit c3cfcc2Copy full SHA for c3cfcc2
.github/workflows/ci.yml
@@ -37,7 +37,7 @@ jobs:
37
- name: Set up ${{ matrix.compiler }}
38
run: |
39
sudo apt update
40
- sudo apt update && sudo apt install -y cmake ninja-build g++ gcc
+ sudo apt update && sudo apt install -y cmake ninja-build g++ gcc clang
41
if [ "${{ matrix.compiler }}" = "clang" ]; then
42
sudo apt install -y clang lld
43
echo "CC=clang" >> $GITHUB_ENV
0 commit comments