No longer install cmake from choco due to Github Action errors
This commit is contained in:
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