Skip to content

Commit

Permalink
Update build script
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmezzetti committed Apr 27, 2023
1 parent 0001d8b commit 1696a97
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,9 @@ jobs:
if: matrix.os == 'macos-latest'

- name: Install dependencies - Windows
run: choco install wget
run: |
choco install wget
pip install pybind11
if: matrix.os == 'windows-latest'

- name: Build
Expand Down

0 comments on commit 1696a97

Please sign in to comment.