Skip to content

Commit 56b3ec1

Browse files
author
Alexander Batashev
authored
[CI] Temporarily switch back to Clang 12 for post-commit (#3456)
1 parent 4c6ea6e commit 56b3ec1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/linux_post_commit.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@ jobs:
2727
;;
2828
SharedLibs)
2929
wget -O - https://apt.llvm.org/llvm-snapshot.gpg.key | sudo apt-key add -
30-
sudo add-apt-repository "deb http://apt.llvm.org/bionic/ llvm-toolchain-bionic main"
30+
sudo add-apt-repository "deb http://apt.llvm.org/bionic/ llvm-toolchain-bionic-12 main"
3131
sudo apt-get update
32-
sudo apt-get install -y clang-13
32+
sudo apt-get install -y clang-12
3333
export ARGS="--shared-libs"
34-
export CC="clang-13"
35-
export CXX="clang++-13"
34+
export CC="clang-12"
35+
export CXX="clang++-12"
3636
;;
3737
NoAssertions)
3838
export ARGS="--no-assertions"

0 commit comments

Comments
 (0)