Skip to content

Commit e66b755

Browse files
committed
Use shorthands
1 parent 10d0b70 commit e66b755

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/unit-tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ jobs:
4747
name: "Install clang-16 (for c++20)"
4848
run: |-
4949
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++
50+
sudo ln -sf /opt/homebrew/opt/llvm@16/bin/clang /usr/bin/clang
51+
sudo ln -sf /opt/homebrew/opt/llvm@16/bin/clang++ /usr/bin/clang++
5252
5353
- if: "matrix.os == 'ubuntu-20.04'"
5454
name: "Install gcc-10 (for c++20)"

0 commit comments

Comments
 (0)