Skip to content

Commit bbe3aa7

Browse files
committed
Update CI
1 parent 13affd1 commit bbe3aa7

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
@@ -25,6 +25,11 @@ jobs:
2525
with:
2626
repository: sagiegurari/c_string_buffer
2727
path: target/c_string_buffer
28+
- name: Checkout c_fsio
29+
uses: actions/checkout@v2
30+
with:
31+
repository: sagiegurari/c_fsio
32+
path: target/c_fsio
2833
- name: Configure
2934
shell: bash
3035
working-directory: ${{runner.workspace}}/target

0 commit comments

Comments
 (0)