mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
[CONFIG] build only SDK
This commit is contained in:
4
.github/workflows/build_2020.yml
vendored
4
.github/workflows/build_2020.yml
vendored
@@ -13,9 +13,7 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: build SDK static
|
||||
run: |
|
||||
sudo apt-get update -qq && sudo apt-get -y install -y wget unzip build-essential git bc swig libncurses-dev libpython3-dev libssl-dev cpio rsync subversion
|
||||
make sdk
|
||||
run: make sdk
|
||||
|
||||
- uses: actions/upload-artifact@v3
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user