mirror of
https://github.com/lupyuen/pinephone-nuttx.git
synced 2025-01-12 20:58:34 +08:00
Show the GCC version
This commit is contained in:
parent
38cbf6e096
commit
299db493ef
1 changed files with 3 additions and 0 deletions
3
.github/workflows/pinephone.yml
vendored
3
.github/workflows/pinephone.yml
vendored
|
@ -59,6 +59,9 @@ jobs:
|
|||
echo NuttX Apps: https://github.com/apache/nuttx-apps/tree/$hash2 >>nuttx.hash
|
||||
cat nuttx.hash
|
||||
|
||||
## Show the GCC version
|
||||
aarch64-none-elf-gcc -v
|
||||
|
||||
## Configure the build
|
||||
./tools/configure.sh pinephone:lvgl
|
||||
|
||||
|
|
Loading…
Reference in a new issue