Skip to content

Commit 4e26dc7

Browse files
Try to downgrade clang on ubuntu github actions
1 parent f5e49a4 commit 4e26dc7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/scripts/build_env/ubuntu.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
#!/bin/bash
22
set -euo pipefail
33

4+
sudo apt-get remove clang clang++
5+
sudo apt-get install clang-14.0 clang++-14.0
6+
ln -s /usr/bin/clang++-14.0 /usr/bin/clang++
7+
ln -s /usr/bin/clang-14.0 /usr/bin/clang
8+
49
MOLD_GITHUB_REPO="rui314/mold"
510
MOLD_VERSION="1.10.1"
611
MOLD_INSTALL_PATH="${HOME}/.local"

0 commit comments

Comments
 (0)