Skip to content

Commit

Permalink
Using stable branch for NuttX relative CI (bytecodealliance#2872)
Browse files Browse the repository at this point in the history
  • Loading branch information
no1wudi authored Dec 6, 2023
1 parent dd4c730 commit 24eba38
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/compilation_on_nuttx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/spec_test_on_nuttx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 24eba38

Please sign in to comment.