Skip to content

Commit 87b70ba

Browse files
committed
[ci] Don't create versioned symlinks.
1 parent 9af78f3 commit 87b70ba

File tree

1 file changed

+0
-3
lines changed
  • .github/actions/install-cmake-build-dependencies

1 file changed

+0
-3
lines changed

.github/actions/install-cmake-build-dependencies/action.yaml

-3
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@ runs:
1313
else
1414
# Compiler
1515
sudo apt-get install -y bzip2 clang-9 clang++-9 lld-9 tar bzip2 ninja-build tar ninja-build
16-
sudo ln -s $(which clang++-9) /usr/bin/clang++
17-
sudo ln -s $(which clang-9) /usr/bin/clang
18-
sudo ln -s $(which lld-9) /usr/bin/lld
1916
# CMake
2017
wget https://github.com/Kitware/CMake/releases/download/v3.20.5/cmake-3.20.5-linux-x86_64.sh -O /tmp/cmake.sh
2118
sudo bash /tmp/cmake.sh --prefix=/usr/local --exclude-subdir --skip-license

0 commit comments

Comments
 (0)