Skip to content

Commit

Permalink
Merge pull request #3830 from rism-digital/Update-gh-swig
Browse files Browse the repository at this point in the history
Update python-ci-wheel.yml [SKIP-CI]
  • Loading branch information
lpugin authored Oct 16, 2024
2 parents 8aac867 + 2640328 commit 248cdfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-ci-wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:
CIBW_MANYLINUX_I686_IMAGE: manylinux2014
CIBW_BEFORE_ALL_MACOS: brew update && brew install swig
CIBW_BEFORE_ALL_WINDOWS: choco install swig -f -y
CIBW_BEFORE_BUILD: swig -version && bash -c 'cd tools; ./get_git_commit.sh' && swig -c++ -python -py3 ./bindings/python/verovio.i
CIBW_BEFORE_BUILD: swig -version && bash -c 'cd tools; ./get_git_commit.sh' && swig -c++ -python -py3 -fastproxy -olddefs ./bindings/python/verovio.i

#===============================================#
# Check build
Expand Down

0 comments on commit 248cdfd

Please sign in to comment.