1
0

更新 .gitea/workflows/build.yaml

This commit is contained in:
forever 2024-05-04 23:39:38 +08:00
parent 122a299a8a
commit 8ccc90dd73

View File

@ -6,12 +6,6 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- name: 更新 & 安装 feeds
run: |
cd openwrt
./scripts/feeds update -a
./scripts/feeds install -a
- name: "配置环境"
run: |
sudo apt update