No longer install cmake from choco due to Github Action errors
This commit is contained in:
2
.github/workflows/Crate-publishing.yml
vendored
2
.github/workflows/Crate-publishing.yml
vendored
@@ -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')
|
||||
|
||||
2
.github/workflows/Nuget-publishing.yml
vendored
2
.github/workflows/Nuget-publishing.yml
vendored
@@ -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
|
||||
|
||||
4
.github/workflows/build-uc2.yml
vendored
4
.github/workflows/build-uc2.yml
vendored
@@ -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
|
||||
|
||||
4
.github/workflows/build-wheels-publish.yml
vendored
4
.github/workflows/build-wheels-publish.yml
vendored
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user