Skip to content

Commit 81bd7ef

Browse files
committed
ci
1 parent abefcfc commit 81bd7ef

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@ jobs:
1515
uses: actions/checkout@v2
1616
- name: Setup Env
1717
run: cmake -E make_directory ${{runner.workspace}}/target
18+
- name: Checkout c_string_buffer
19+
uses: actions/checkout@v2
20+
with:
21+
repository: sagiegurari/c_string_buffer
22+
path: target/c_string_buffer
1823
- name: Configure
1924
shell: bash
2025
working-directory: ${{runner.workspace}}/target

0 commit comments

Comments
 (0)