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 c3120b6 commit dd2ece6Copy full SHA for dd2ece6
llvm-spirv/.github/workflows/check-code-style.yml
@@ -64,7 +64,7 @@ jobs:
64
# launched, so, we need to setup llvm package to perform cmake
65
# configuration step to generate that database
66
curl -L "https://apt.llvm.org/llvm-snapshot.gpg.key" | sudo apt-key add -
67
- echo "deb https://apt.llvm.org/focal/ llvm-toolchain-focal main" | sudo tee -a /etc/apt/sources.list
+ echo "deb https://apt.llvm.org/jammy/ llvm-toolchain-jammy main" | sudo tee -a /etc/apt/sources.list
68
sudo apt-get update
69
sudo apt-get install -yqq \
70
clang-format-${{ env.LLVM_VERSION }} clang-tidy-${{ env.LLVM_VERSION }} \
0 commit comments