There was an error while loading. Please reload this page.
1 parent 9b71894 commit 55fe199Copy full SHA for 55fe199
examples/sortcheckxx/hooks/start
@@ -1,5 +1,7 @@
1
#!/bin/sh -eux
2
3
+apt-get -y install llvm-dev libclang-dev
4
+
5
# Quick verification
6
apt-get -y install file
7
file -L `which cc` | grep 'POSIX shell script'
0 commit comments