We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03ce1fe commit e183254Copy full SHA for e183254
.github/workflows/cmake.yml
@@ -24,7 +24,7 @@ jobs:
24
- name: Update package repos
25
run: sudo apt update
26
- name: Install ninja
27
- run: sudo apt install -y ninja-build
+ run: sudo apt install -y python3.8 ninja-build
28
29
- name: Configure CMake
30
run: |
0 commit comments