Skip to content

Commit

Permalink
ff
Browse files Browse the repository at this point in the history
  • Loading branch information
chenxudong2020 committed Nov 9, 2024
1 parent 6e72b56 commit 7d6e093
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-padavan-yuos-bit.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#JDC-1
name: Build yuos-bit Padavan
name: Build yuos-bit K2P

on:
release:
Expand Down Expand Up @@ -33,14 +33,14 @@ jobs:
libmpc-dev libmpfr-dev libncurses5-dev libltdl-dev wget libc-dev-bin libctf-nobfd0 libcunit1-dev libhdf5-dev libopenblas-dev -y
- name: Clone source code
run: |
git clone --depth=1 https://github.com/chenxudong2020/Padavannew.git /opt/padavan
git clone --depth=1 https://github.com/yuos-bit/Padavan.git /opt/padavan
cd /opt/padavan/toolchain-mipsel
sh dl_toolchain.sh
mkdir -p /opt/images/
- name: Build Firmware
env:
TNAME: JDC-1
TNAME: K2P
run: |
cd /opt/padavan/trunk
if [ ! -f configs/templates/$TNAME.config ] ; then
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-padavan.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#JDC-1
name: Build Padavan
name: Build JDC-1 KVR

on:
release:
Expand Down

0 comments on commit 7d6e093

Please sign in to comment.