Skip to content

Commit

Permalink
Update build-padavan.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
shaqike authored Apr 15, 2024
1 parent 9521d88 commit 292e97f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-padavan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,15 @@ jobs:
pkg-config zlib1g-dev libgmp3-dev libmpc-dev libmpfr-dev libncurses5-dev libltdl-dev wget
- name: Clone source code
run: |
git clone --depth=1 https://github.com/sunnyguhz/Padavan.git /opt/rt-n56u
cd /opt/rt-n56u/toolchain-mipsel
git clone --depth=1 https://github.com/sunnyguhz/Padavan.git /opt/PSG1218
cd /opt/PSG1218/toolchain-mipsel
sh dl_toolchain.sh
mkdir -p /opt/images/
- name: Build Firmware
env:
TNAME: psg1218
TNAME: PSG218
run: |
cd /opt/rt-n56u/trunk
cd /opt/PSG1218/trunk
if [ ! -f configs/templates/$TNAME.config ] ; then
echo "configs/templates/$TNAME.config not found "
exit 1
Expand Down

0 comments on commit 292e97f

Please sign in to comment.