mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2025-02-06 06:55:07 +00:00
Using stable branch for NuttX relative CI (#2872)
This commit is contained in:
parent
49cd2e011b
commit
39d0fabda3
2
.github/workflows/compilation_on_nuttx.yml
vendored
2
.github/workflows/compilation_on_nuttx.yml
vendored
|
@ -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
|
||||
|
|
2
.github/workflows/spec_test_on_nuttx.yml
vendored
2
.github/workflows/spec_test_on_nuttx.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user