mirror of
https://github.com/Zxilly/UA2F.git
synced 2026-01-08 19:33:11 +00:00
ci: fix env
This commit is contained in:
parent
912bedfa6c
commit
ac738caaa1
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -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: |
|
||||
|
||||
Loading…
Reference in New Issue
Block a user