From 2d4f491b4c18468130a156989c475095bfaba449 Mon Sep 17 00:00:00 2001 From: luo980 Date: Tue, 18 Feb 2025 03:49:25 +0800 Subject: [PATCH] add xmake repo on ubuntu container --- .gitea/workflows/runner.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitea/workflows/runner.yaml b/.gitea/workflows/runner.yaml index 5677dbf..7762712 100644 --- a/.gitea/workflows/runner.yaml +++ b/.gitea/workflows/runner.yaml @@ -23,6 +23,8 @@ jobs: - name: List files in the repository run: | ls ${{ gitea.workspace }} + - name: add xmake repo + run: add-apt-repository ppa:xmake-io/xmake -y - name: install xmake run: apt install xmake -y - name: compile the repo