add xmake repo on ubuntu container
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 23s
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 23s
This commit is contained in:
parent
33b80a8a45
commit
2d4f491b4c
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user