Skip to content

Commit b213969

Browse files
committed
Update nuttx_arm64.yml
1 parent de47fb2 commit b213969

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/nuttx_arm64.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,8 @@ jobs:
7575
cd nuttxspace/nuttx
7676
ls -a
7777
78-
## Show the riscv-none-elf-gcc version
79-
riscv-none-elf-gcc --version
78+
## Show the aarch64-none-elf-gcc version
79+
aarch64-none-elf-gcc --version
8080
8181
## Configure the build
8282
./tools/configure.sh -g qemu-armv8a:nsh_smp

0 commit comments

Comments
 (0)