Skip to content

Commit

Permalink
Update openwrt.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hackyes authored Nov 4, 2021
1 parent 57ee517 commit 9384ae8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/openwrt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,10 @@ jobs:
DEBIAN_FRONTEND: noninteractive
run: |
sudo -E apt-get -yqq update
sudo -E apt-get -yqq install build-essential asciidoc binutils bzip2 gawk gettext git libncurses5-dev libz-dev patch python3 unzip zlib1g-dev lib32gcc1 libc6-dev-i386 subversion flex uglifyjs git-core gcc-multilib p7zip p7zip-full msmtp libssl-dev texinfo libglib2.0-dev xmlto qemu-utils upx libelf-dev autoconf automake libtool autopoint device-tree-compiler g++-multilib
sudo -E apt-get -yqq install git
sudo -E apt-get -y autoremove --purge
sudo -E apt-get clean
cat .config
- name: Download lede
run: |
git clone https://github.com/coolsnowwolf/lede
Expand Down

0 comments on commit 9384ae8

Please sign in to comment.