Skip to content

Commit 770556c

Browse files
committed
Updated README.md
1 parent 172b814 commit 770556c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ This is a Docker container action.
2929
| `cmake_args` | _Additional arguments to pass to CMake._ | No | `""` |
3030
| `output_ignored_dirs` | _A space-separated list of directories to ignore when copying binary build artifacts. `CMakeFiles`, `pico-sdk`, `pioasm`, and `elf2uf2` are ignored regardless._ | No | `""` |
3131
| `cmake_config_only` | _Only configure CMake and generate build files. Do not build the project._ | No | `"false"` |
32-
| `makefiles_generator` | _CMake generator to use for generating build files._ | No | `"Ninja"` |
32+
| `makefiles_generator` | _CMake generator to use for generating build files._ | No | `"Unix Makefiles"` |
3333
<br>
3434

3535
## Outputs

0 commit comments

Comments
 (0)