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 df246cf commit 295f10aCopy full SHA for 295f10a
.github/workflows/unit-tests.yaml
@@ -43,6 +43,12 @@ jobs:
43
name: "Install coreutils (for md5sum)"
44
run: "brew install coreutils"
45
46
+ - if: "matrix.os == 'macos-latest'"
47
+ name: "Install clang-16 (for c++20)"
48
+ run: |-
49
+ brew install llvm@16
50
+ ls -l $(brew --prefix llvm@16)/bin/clang
51
+
52
- if: "matrix.os == 'ubuntu-20.04'"
53
name: "Install gcc-10 (for c++20)"
54
run: |-
0 commit comments