We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1af585 commit 0cf345fCopy full SHA for 0cf345f
.github/workflows/libc-overlay-tests.yml
@@ -60,7 +60,16 @@ jobs:
60
-S ${{ github.workspace }}/runtimes
61
62
- name: Build
63
- run: cmake --build ${{ steps.strings.outputs.build-output-dir }} --parallel --config RelWithDebInfo
+ run: >
64
+ cmake
65
+ --build ${{ steps.strings.outputs.build-output-dir }}
66
+ --parallel
67
+ --config RelWithDebInfo
68
+ --target libc
69
70
- name: Test
- run: cmake --build ${{ steps.strings.outputs.build-output-dir }} --target check-libc
71
72
73
74
75
+ --target check-libc
0 commit comments