Using stable branch for NuttX relative CI (#2872)

This commit is contained in:
Huang Qi 2023-12-06 16:09:17 +08:00 committed by GitHub
parent 49cd2e011b
commit 39d0fabda3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 0 deletions

View File

@ -108,12 +108,14 @@ jobs:
uses: actions/checkout@v3
with:
repository: apache/incubator-nuttx
ref: releases/12.3
path: nuttx
- name: Checkout NuttX Apps
uses: actions/checkout@v3
with:
repository: apache/incubator-nuttx-apps
ref: releases/12.3
path: apps
- name: Checkout WAMR

View File

@ -121,12 +121,14 @@ jobs:
uses: actions/checkout@v3
with:
repository: apache/incubator-nuttx
ref: releases/12.3
path: nuttx
- name: Checkout NuttX Apps
uses: actions/checkout@v3
with:
repository: apache/incubator-nuttx-apps
ref: releases/12.3
path: apps
- name: Checkout WAMR