No longer install cmake from choco due to Github Action errors

This commit is contained in:
2024-12-07 22:37:32 +08:00
parent b0b412bc6c
commit b7199261b5
4 changed files with 6 additions and 6 deletions

View File

@@ -61,7 +61,7 @@ jobs:
if: contains(matrix.config.os, 'win')
shell: bash
run: |
choco install ninja cmake
choco install ninja
- name: '🛠️ macOS build dependencies'
if: contains(matrix.config.os, 'macOS')