Skip to content

Commit

Permalink
fix win ci
Browse files Browse the repository at this point in the history
  • Loading branch information
SarahWeiii committed Jul 12, 2024
1 parent eb937dc commit c733e6d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ jobs:
- name: Install Dependencies
run: |
python3 -m pip install wheel
- name: Set CXXFLAGS for Windows
if: matrix.config.os == 'windows-2019'
run: |
set CXXFLAGS=/bigobj
- name: Build Wheels
uses: pypa/[email protected]
env:
Expand Down
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,7 @@ build/*
dist/*
wheelhouse/*
coacd.egg-info/*
*obj
*wrl
*ply
*DS_Store

0 comments on commit c733e6d

Please sign in to comment.