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')
|
if: contains(matrix.config.os, 'win')
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
choco install ninja cmake
|
choco install ninja
|
||||||
|
|
||||||
- name: '🛠️ macOS build dependencies'
|
- name: '🛠️ macOS build dependencies'
|
||||||
if: contains(matrix.config.os, 'macOS')
|
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')
|
if: contains(matrix.config.name, 'MSVC 64')
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
choco install ninja cmake
|
choco install ninja
|
||||||
ninja --version
|
ninja --version
|
||||||
cmake --version
|
cmake --version
|
||||||
mkdir build
|
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')
|
if: contains(matrix.config.name, 'MSVC 64')
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
choco install ninja cmake
|
choco install ninja
|
||||||
ninja --version
|
ninja --version
|
||||||
cmake --version
|
cmake --version
|
||||||
mkdir build
|
mkdir build
|
||||||
@@ -193,7 +193,7 @@ jobs:
|
|||||||
if: contains(matrix.config.name, 'MSVC 32')
|
if: contains(matrix.config.name, 'MSVC 32')
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
choco install ninja cmake
|
choco install ninja
|
||||||
ninja --version
|
ninja --version
|
||||||
cmake --version
|
cmake --version
|
||||||
mkdir build
|
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'
|
if: runner.os == 'Windows'
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
choco install ninja cmake
|
choco install ninja
|
||||||
|
|
||||||
- name: '🛠️ macOS dependencies'
|
- name: '🛠️ macOS dependencies'
|
||||||
if: runner.os == 'macOS'
|
if: runner.os == 'macOS'
|
||||||
@@ -264,7 +264,7 @@ jobs:
|
|||||||
if: runner.os == 'Windows'
|
if: runner.os == 'Windows'
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
choco install ninja cmake
|
choco install ninja
|
||||||
|
|
||||||
- name: '🛠️ macOS dependencies'
|
- name: '🛠️ macOS dependencies'
|
||||||
if: runner.os == 'macOS'
|
if: runner.os == 'macOS'
|
||||||
|
|||||||
Reference in New Issue
Block a user