This commit is contained in:
parent
981568f104
commit
c5ede14eaf
@ -6,6 +6,10 @@ jobs:
|
||||
Explore-Gitea-Actions:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Ensure That Build system available
|
||||
run: |
|
||||
apt update
|
||||
apt install -y --noninteractive make ninja-build gcc
|
||||
- name: Prepare Environment
|
||||
run: |
|
||||
python3 -m venv ~/py/
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user