Skip to content

Commit 15f66e6

Browse files
committed
fix os_dist
1 parent 020f841 commit 15f66e6

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/build-wheels.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,19 +69,18 @@ jobs:
6969

7070
# Further brew packages needed to run/install vcpkg dependencies
7171
- name: Setup MacOS dependencies
72-
if: matrix.os == 'macos-latest'
72+
if: matrix.os_dist.os == 'macos-latest'
7373
run: |
7474
brew install ninja
7575
brew install autoconf
7676
brew install libtool
7777
brew install automake
7878
7979
80-
- name : Ensure CMake Windows
81-
if: matrix.os == 'windows-latest'
80+
- name: Ensure CMake Windows
81+
if: matrix.os_dist.os == 'windows-latest'
8282
run: choco install cmake --install-args 'ADD_CMAKE_TO_PATH=System' -y
8383

84-
8584
- name: Initialize vcpkg
8685
uses: lukka/run-vcpkg@v11
8786
with:

0 commit comments

Comments
 (0)