更新 .gitea/workflows/build.yaml
This commit is contained in:
parent
5e18e9e395
commit
f161747c63
@ -6,8 +6,13 @@ jobs:
|
|||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
- name: 更新 & 安装 feeds
|
||||||
|
run: |
|
||||||
|
cd openwrt
|
||||||
|
./scripts/feeds update -a
|
||||||
|
./scripts/feeds install -a
|
||||||
- name: "配置环境"
|
- name: "配置环境"
|
||||||
run: |
|
run: |
|
||||||
sudo apt update
|
sudo apt update
|
||||||
sudo apt install bc gcc g++
|
sudo apt install bc gcc g++
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user