Update openwrt-ci.yml

This commit is contained in:
骷髅头 2022-09-22 11:55:27 +08:00 committed by GitHub
parent dbbc8fc219
commit 0b7d4b634c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -48,7 +48,11 @@ jobs:
run: | run: |
./scripts/feeds update -a ./scripts/feeds update -a
./scripts/feeds install -a -f ./scripts/feeds install -a -f
echo '
CONFIG_TARGET_rockchip=y
CONFIG_TARGET_rockchip_armv8=y
CONFIG_TARGET_MULTI_PROFILE=y
' >> .config
- name: Generate configuration file - name: Generate configuration file
run: make defconfig run: make defconfig