From 6e1983c60e1a5c21dbefcb736fd3ab7398844ece Mon Sep 17 00:00:00 2001 From: zekexiao Date: Tue, 21 Oct 2025 22:23:10 +0800 Subject: [PATCH] ci --- .gitea/workflows/ubuntu.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ubuntu.yaml b/.gitea/workflows/ubuntu.yaml index 5df799e..c6d5d04 100644 --- a/.gitea/workflows/ubuntu.yaml +++ b/.gitea/workflows/ubuntu.yaml @@ -10,7 +10,7 @@ jobs: uses: actions/checkout@v4 - name: List files in the repository run: | - ls ${{ gitea.workspace }} + sed -i 's@//.*archive.ubuntu.com@//mirrors.ustc.edu.cn@g' /etc/apt/sources.list.d/ubuntu.sources apt update && apt install libmruby-dev mkdir build && cd build cmake ..