Skip to content

Commit 57c2d5a

Browse files
committed
fix syntax
1 parent 2433e01 commit 57c2d5a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/example.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ jobs:
2323
echo "${{runner.workspace}}/llvm/clang+llvm-11.0.0-x86_64-linux-gnu-ubuntu-20.04/bin" >> $GITHUB_PATH
2424
2525
- uses: actions/checkout@v2
26-
submodules: 'true'
26+
with:
27+
submodules: 'true'
2728

2829
- name: Create build directory
2930
run: cmake -E make_directory ${{runner.workspace}}/build

0 commit comments

Comments
 (0)