Skip to content

Commit fa2b50e

Browse files
author
Chris Cummins
committed
[ci] Remove redundant comment.
1 parent 7228951 commit fa2b50e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ jobs:
5959
else
6060
wget https://github.com/llvm/llvm-project/releases/download/llvmorg-10.0.0/clang+llvm-10.0.0-x86_64-linux-gnu-ubuntu-18.04.tar.xz -O ~/llvm.tar.xz
6161
fi
62-
# TODO(cummins): Remove 'v' debugging flag:
6362
mkdir ~/llvm && tar xvf ~/llvm.tar.xz --strip-components 1 -C ~/llvm
6463
rm ~/llvm.tar.xz
6564
echo "Unpacked, testing for expected file:"

0 commit comments

Comments
 (0)