add xmake repo on ubuntu container
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 23s

This commit is contained in:
luo980 2025-02-18 03:49:25 +08:00
parent 33b80a8a45
commit 2d4f491b4c

View File

@ -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