Skip to content

Commit 60d007c

Browse files
committed
Fixed indentation
1 parent 0da2b01 commit 60d007c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/github-ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,9 @@ jobs:
8181
sudo apt-get install libunwind-dev
8282
# Detect the Ubuntu distribution codename
8383
DIST_CODENAME=$(lsb_release -cs)
84-
if [[ "$DIST_CODENAME" = "noble" && "$version" -le 12 ]]; then
85-
DIST_CODENAME="jammy"
86-
fi
84+
if [[ "$DIST_CODENAME" = "noble" && "$version" -le 12 ]]; then
85+
DIST_CODENAME="jammy"
86+
fi
8787
sudo wget -O - https://apt.llvm.org/llvm-snapshot.gpg.key | sudo apt-key add -
8888
version=${{ matrix.version }}
8989
sudo add-apt-repository "deb http://apt.llvm.org/$DIST_CODENAME/ llvm-toolchain-$DIST_CODENAME-$version main"

0 commit comments

Comments
 (0)