Skip to content

Commit 096aba8

Browse files
authored
more differences between act and github
1 parent 8b83675 commit 096aba8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/install_include-what-you-use.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
set -e
22
sudo apt install llvm-10-dev libclang-10-dev
3-
git clone https://github.com/include-what-you-use/include-what-you-use.git /iwyu
4-
cd /iwyu
3+
git clone https://github.com/include-what-you-use/include-what-you-use.git iwyu
4+
cd iwyu
55
git checkout clang_10
66
mkdir build
77
cd build

0 commit comments

Comments
 (0)