From 552715b00f2a75d1faa775ab960c90d3b73feeef Mon Sep 17 00:00:00 2001 From: zekexiao Date: Tue, 21 Oct 2025 22:33:07 +0800 Subject: [PATCH] ci --- .gitea/workflows/ubuntu.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/ubuntu.yaml b/.gitea/workflows/ubuntu.yaml index fae351f..8fc5b66 100644 --- a/.gitea/workflows/ubuntu.yaml +++ b/.gitea/workflows/ubuntu.yaml @@ -8,11 +8,13 @@ jobs: steps: - name: Check out repository code uses: actions/checkout@v4 - - name: List files in the repository + - name: install depends run: | sed -i 's@//.*archive.ubuntu.com@//mirrors.ustc.edu.cn@g' /etc/apt/sources.list.d/ubuntu.sources apt update apt install -y libmruby-dev cmake build-essential + - name: build + run: | mkdir build && cd build cmake .. cmake --build . --target mrubypp_test