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')

View File

@@ -71,7 +71,7 @@ jobs:
if: contains(matrix.config.name, 'MSVC 64')
shell: bash
run: |
choco install ninja cmake
choco install ninja
ninja --version
cmake --version
mkdir build

View File

@@ -167,7 +167,7 @@ jobs:
if: contains(matrix.config.name, 'MSVC 64')
shell: bash
run: |
choco install ninja cmake
choco install ninja
ninja --version
cmake --version
mkdir build
@@ -193,7 +193,7 @@ jobs:
if: contains(matrix.config.name, 'MSVC 32')
shell: bash
run: |
choco install ninja cmake
choco install ninja
ninja --version
cmake --version
mkdir build

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'