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