Skip to content

Commit

Permalink
Update build-openwrt.yml
Browse files Browse the repository at this point in the history
Signed-off-by: aUsernameWoW <[email protected]>
  • Loading branch information
aUsernameWoW authored Jun 21, 2024
1 parent 37452bd commit 54ce0e3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build-openwrt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Set up environment
run: |
sudo apt update
sudo apt install -y build-essential clang flex bison g++ gawk gcc-multilib g++-multilib gettext git libncurses5-dev libssl-dev python3-setuptools rsync swig unzip zlib1g-dev file wget coreutils
sudo apt install -y build-essential clang flex bison g++ gawk gcc-multilib g++-multilib gettext git libncurses5-dev libssl-dev python3-setuptools rsync swig unzip zlib1g-dev file wget coreutils ccache
#sudo yum groupinstall "Development Tools" -y
#sudo yum install cmake ncurses-devel zlib-devel gcc gcc-c++ patch unzip bzip2 gettext perl-Data-Dumper rsync -y
#sudo yum install git subversion gawk libtool zlib-devel gcc make ncurses-devel patch wget bzip2 flex bison gperf python3 python3-pip python3-setuptools -y
Expand All @@ -28,6 +28,9 @@ jobs:
#sudo cpan IPC::Cmd
#yes
- name: Configure ccache
uses: hendrikmuhs/[email protected]

- name: Cache OpenWRT dl folder
uses: actions/cache@v3
with:
Expand Down Expand Up @@ -117,6 +120,7 @@ jobs:
"CONFIG_BPF_EVENTS=y" \
"CONFIG_PACKAGE_wpad-wolfssl=m" \
"CONFIG_PACKAGE_kmod=y" \
"CONFIG_CCACHE=y" \
> .config
make defconfig
Expand Down

0 comments on commit 54ce0e3

Please sign in to comment.