Skip to content

Commit feb3428

Browse files
[libc] add multi-platform pre-commit github actions
1 parent a16c16e commit feb3428

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/libc-overlay-tests.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,5 +61,4 @@ jobs:
6161
run: cmake --build ${{ steps.strings.outputs.build-output-dir }} --parallel --config RelWithDebInfo
6262

6363
- name: Test
64-
working-directory: ${{ steps.strings.outputs.build-output-dir }}
65-
run: ninja check-libc
64+
run: cmake --build ${{ steps.strings.outputs.build-output-dir }} --target check-libc

0 commit comments

Comments
 (0)