ci: fix env

This commit is contained in:
Zxilly 2023-04-21 21:35:56 +08:00
parent 912bedfa6c
commit ac738caaa1

View File

@ -12,7 +12,9 @@ jobs:
- name: Setup Environment
run: |
sudo apt update
sudo apt -y install build-essential binutils bzip2 diff find flex gawk gcc-6+ getopt grep install libc-dev libz-dev make4.1+ perl python3.6+ rsync subversion unzip which
sudo apt install build-essential clang flex bison g++ gawk gcc-multilib g++-multilib \
gettext git libncurses5-dev libssl-dev python3-distutils rsync unzip zlib1g-dev \
file wget
- name: Setup OpenWRT SDK
run: |