Skip to content

Commit bccaf16

Browse files
committed
Kinda important to set the command name.
1 parent 4a3a8ca commit bccaf16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ jobs:
151151
152152
case "${{ matrix.target }}" in
153153
*-none-eabi|riscv32-unknown-elf)
154-
$CMAKE_FLAGS \
154+
cmake $CMAKE_FLAGS \
155155
-C ${{ github.workspace }}/libc/cmake/caches/${{ matrix.target }}.cmake
156156
;;
157157
*)

0 commit comments

Comments
 (0)