Skip to content

Commit e183254

Browse files
authored
Update cmake.yml
1 parent 03ce1fe commit e183254

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cmake.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Update package repos
2525
run: sudo apt update
2626
- name: Install ninja
27-
run: sudo apt install -y ninja-build
27+
run: sudo apt install -y python3.8 ninja-build
2828

2929
- name: Configure CMake
3030
run: |

0 commit comments

Comments
 (0)