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 e37882e commit dc1423aCopy full SHA for dc1423a
.github/workflows/linux_post_commit.yml
@@ -29,10 +29,10 @@ jobs:
29
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"
31
sudo apt-get update
32
- sudo apt-get install -y clang-12
+ sudo apt-get install -y clang-13
33
export ARGS="--shared-libs"
34
- export CC="clang-12"
35
- export CXX="clang++-12"
+ export CC="clang-13"
+ export CXX="clang++-13"
36
;;
37
NoAssertions)
38
export ARGS="--no-assertions"
0 commit comments