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 Jun 20, 2023
1 parent 44cf16d commit c83da9c
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/build-padavan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,13 @@ jobs:
- name: Initialization environment
env:
DEBIAN_FRONTEND: noninteractive
runs-on: ubuntu-latest
sudo apt install unzip libtool-bin curl cmake gperf gawk flex bison nano xxd
fakeroot kmod cpio git python3-docutils gettext automake autopoint
texinfo build-essential help2man pkg-config zlib1g-dev libgmp3-dev
libmpc-dev libmpfr-dev libncurses5-dev libltdl-dev wget libc-dev-bin
run: |
sudo apt-get update
sudo apt-get -y install unzip libtool-bin curl cmake gperf gawk flex bison nano xxd fakeroot \
cpio git python-docutils gettext automake autopoint texinfo build-essential help2man \
pkg-config zlib1g-dev libgmp3-dev libmpc-dev libmpfr-dev libncurses5-dev libltdl-dev wget
- name: Clone source code
env:
run: |
git clone --depth=1 https://github.com/shaqike/rt-n56u.git /opt/rt-n56u
cd /opt/rt-n56u/toolchain-mipsel
Expand Down

0 comments on commit c83da9c

Please sign in to comment.