ci
Some checks failed
ubuntu / Explore-Gitea-Actions (push) Failing after 40s

This commit is contained in:
2025-10-21 22:27:55 +08:00
parent 6e1983c60e
commit af95e661fd
2 changed files with 9 additions and 3 deletions

View File

@@ -11,7 +11,8 @@ jobs:
- name: List files in the repository
run: |
sed -i 's@//.*archive.ubuntu.com@//mirrors.ustc.edu.cn@g' /etc/apt/sources.list.d/ubuntu.sources
apt update && apt install libmruby-dev
apt update
apt install -y libmruby-dev
mkdir build && cd build
cmake ..
cmake --build . --target mrubypp_test