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 7228951 commit fa2b50eCopy full SHA for fa2b50e
.github/workflows/ci.yaml
@@ -59,7 +59,6 @@ jobs:
59
else
60
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
61
fi
62
- # TODO(cummins): Remove 'v' debugging flag:
63
mkdir ~/llvm && tar xvf ~/llvm.tar.xz --strip-components 1 -C ~/llvm
64
rm ~/llvm.tar.xz
65
echo "Unpacked, testing for expected file:"
0 commit comments