1
0

更新 .gitea/workflows/build.yaml
Some checks failed
构建DDNet_Server / build (push) Failing after 1s

This commit is contained in:
forever 2024-05-04 23:38:01 +08:00
parent 04c54e466f
commit 5e18e9e395

View File

@ -6,12 +6,12 @@ jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: 配置环境 - name: "配置环境"
run: | run: |
sudo apt update sudo apt update
sudo apt install bc gcc g++ sudo apt install bc gcc g++
- name: 拉取项目 - name: "拉取项目"
run: | run: |
mkdir project mkdir project
cd project cd project