Skip to content

Commit

Permalink
install git
Browse files Browse the repository at this point in the history
  • Loading branch information
wtdcode committed Dec 21, 2024
1 parent 56a7852 commit 5c743d1
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/wheels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,6 @@ jobs:
with:
submodules: true

- name: 'Setup msbuild'
if: runner.os == 'Windows'
uses: microsoft/setup-msbuild@v2
with:
vs-version: '16.5'

# Used to host cibuildwheel
- name: Setup python
uses: actions/setup-python@v5
Expand All @@ -40,8 +34,8 @@ jobs:
run: python -m cibuildwheel --output-dir wheelhouse
env:
CIBW_BUILD: "cp39*"
CIBW_BEFORE_BUILD_WINDOWS: choco install ninja cmake
CIBW_BEFORE_BUILD_MACOS: brew install ninja cmake
CIBW_BEFORE_BUILD_WINDOWS: choco install ninja cmake git
CIBW_BEFORE_BUILD_MACOS: brew install ninja cmake git
# to supply options, put them in 'env', like:
# env:
# CIBW_SOME_OPTION: value
Expand Down

0 comments on commit 5c743d1

Please sign in to comment.