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

@@ -68,7 +68,7 @@ jobs:
if: runner.os == 'Windows'
shell: bash
run: |
choco install ninja cmake
choco install ninja
- name: '🛠️ macOS dependencies'
if: runner.os == 'macOS'
@@ -264,7 +264,7 @@ jobs:
if: runner.os == 'Windows'
shell: bash
run: |
choco install ninja cmake
choco install ninja
- name: '🛠️ macOS dependencies'
if: runner.os == 'macOS'