From f161747c63b057d922408978a3b3e41a37e9eb0a Mon Sep 17 00:00:00 2001 From: expvintl Date: Sat, 4 May 2024 23:38:56 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20.gitea/workflows/build.yam?= =?UTF-8?q?l?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/build.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index d038484..17cea97 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -6,8 +6,13 @@ jobs: build: runs-on: ubuntu-latest steps: + - name: 更新 & 安装 feeds + run: | + cd openwrt + ./scripts/feeds update -a + ./scripts/feeds install -a - name: "配置环境" - run: | + run: | sudo apt update sudo apt install bc gcc g++