mirror of
https://github.com/lupyuen/nuttx-ox64.git
synced 2025-01-12 20:58:31 +08:00
Update ox64-test.yml
This commit is contained in:
parent
6c538c9ce2
commit
c85ccd655b
1 changed files with 4 additions and 4 deletions
8
.github/workflows/ox64-test.yml
vendored
8
.github/workflows/ox64-test.yml
vendored
|
@ -43,16 +43,16 @@ jobs:
|
|||
make
|
||||
cp temu ..
|
||||
|
||||
- name: Download NuttX Build
|
||||
- name: Download NuttX Build and Test Script
|
||||
run: |
|
||||
wget https://github.com/lupyuen/nuttx-ox64/releases/download/nuttx-ox64-${{ steps.date.outputs.date }}/Image
|
||||
wget https://github.com/lupyuen/nuttx-ox64/releases/download/nuttx-ox64-${{ steps.date.outputs.date }}/nuttx.hash
|
||||
wget https://github.com/lupyuen/nuttx-ox64/raw/main/nuttx.cfg
|
||||
wget https://github.com/lupyuen/nuttx-ox64/raw/main/expect.sh
|
||||
chmod +x expect.sh
|
||||
wget https://github.com/lupyuen/nuttx-ox64/raw/main/nuttx.exp
|
||||
chmod +x nuttx.exp
|
||||
ls -l
|
||||
cat nuttx.hash
|
||||
|
||||
- name: Run Test
|
||||
run: |
|
||||
./expect.sh
|
||||
./nuttx.exp
|
||||
|
|
Loading…
Reference in a new issue