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 10d0b70 commit e66b755Copy full SHA for e66b755
.github/workflows/unit-tests.yaml
@@ -47,8 +47,8 @@ jobs:
47
name: "Install clang-16 (for c++20)"
48
run: |-
49
brew install llvm@16
50
- sudo ln --symbolic --force /opt/homebrew/opt/llvm@16/bin/clang /usr/bin/clang
51
- sudo ln --symbolic --force /opt/homebrew/opt/llvm@16/bin/clang++ /usr/bin/clang++
+ sudo ln -sf /opt/homebrew/opt/llvm@16/bin/clang /usr/bin/clang
+ sudo ln -sf /opt/homebrew/opt/llvm@16/bin/clang++ /usr/bin/clang++
52
53
- if: "matrix.os == 'ubuntu-20.04'"
54
name: "Install gcc-10 (for c++20)"
0 commit comments