|
@@ -14,7 +14,9 @@ jobs:
|
|
|
|
|
|
|
|
steps:
|
|
steps:
|
|
|
- name: Install dependencies
|
|
- name: Install dependencies
|
|
|
- run: apt install ninja-build python3
|
|
|
|
|
|
|
+ run: |
|
|
|
|
|
+ apt-get update
|
|
|
|
|
+ apt install ninja-build
|
|
|
|
|
|
|
|
- name: Clone
|
|
- name: Clone
|
|
|
uses: actions/checkout@v2
|
|
uses: actions/checkout@v2
|