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 60d007c commit 5d540e7Copy full SHA for 5d540e7
.github/workflows/github-ci.yml
@@ -81,8 +81,8 @@ jobs:
81
sudo apt-get install libunwind-dev
82
# Detect the Ubuntu distribution codename
83
DIST_CODENAME=$(lsb_release -cs)
84
- if [[ "$DIST_CODENAME" = "noble" && "$version" -le 12 ]]; then
85
- DIST_CODENAME="jammy"
+ if [[ "$DIST_CODENAME" = "noble" && "$version" -le 12 ]]; then
+ DIST_CODENAME="jammy"
86
fi
87
sudo wget -O - https://apt.llvm.org/llvm-snapshot.gpg.key | sudo apt-key add -
88
version=${{ matrix.version }}
0 commit comments