Correct nuttx repo names (#3484)
The nuttx repo had changed from https://github.com/apache/incubator-nuttx to https://github.com/apache/nuttx.
This commit is contained in:
4
.github/workflows/compilation_on_nuttx.yml
vendored
4
.github/workflows/compilation_on_nuttx.yml
vendored
@ -85,14 +85,14 @@ jobs:
|
||||
- name: Checkout NuttX
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
repository: apache/incubator-nuttx
|
||||
repository: apache/nuttx
|
||||
ref: releases/12.4
|
||||
path: nuttx
|
||||
|
||||
- name: Checkout NuttX Apps
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
repository: apache/incubator-nuttx-apps
|
||||
repository: apache/nuttx-apps
|
||||
ref: releases/12.4
|
||||
path: apps
|
||||
|
||||
|
||||
4
.github/workflows/spec_test_on_nuttx.yml
vendored
4
.github/workflows/spec_test_on_nuttx.yml
vendored
@ -112,14 +112,14 @@ jobs:
|
||||
- name: Checkout NuttX
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
repository: apache/incubator-nuttx
|
||||
repository: apache/nuttx
|
||||
ref: releases/12.4
|
||||
path: nuttx
|
||||
|
||||
- name: Checkout NuttX Apps
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
repository: apache/incubator-nuttx-apps
|
||||
repository: apache/nuttx-apps
|
||||
ref: releases/12.4
|
||||
path: apps
|
||||
|
||||
|
||||
Reference in New Issue
Block a user