We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abefcfc commit 81bd7efCopy full SHA for 81bd7ef
1 file changed
.github/workflows/ci.yml
@@ -15,6 +15,11 @@ jobs:
15
uses: actions/checkout@v2
16
- name: Setup Env
17
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
23
- name: Configure
24
shell: bash
25
working-directory: ${{runner.workspace}}/target
0 commit comments