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