Skip to content

Commit

Permalink
update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
pca006132 committed Sep 14, 2023
1 parent 961f1c5 commit 7550076
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build
name: build_wheels

on: [release, workflow_dispatch]

Expand All @@ -10,7 +10,9 @@ jobs:
matrix:
os: [ubuntu-22.04, windows-latest, macos-latest]
steps:
- run: git config --global submodule.fetchJobs 8
- run: |
git config --global submodule.fetchJobs 8
git config --global core.longpaths true
- uses: actions/checkout@v3
with:
submodules: recursive
Expand Down

0 comments on commit 7550076

Please sign in to comment.