Skip to content

Commit

Permalink
No longer install cmake from choco due to Github Action errors
Browse files Browse the repository at this point in the history
  • Loading branch information
wtdcode committed Dec 7, 2024
1 parent b0b412b commit b719926
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Crate-publishing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Nuget-publishing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-uc2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-wheels-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down Expand Up @@ -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'
Expand Down

0 comments on commit b719926

Please sign in to comment.