Skip to content

Commit

Permalink
Fix CI linux permission issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
eliphatfs committed Sep 14, 2024
1 parent 7e1f3a3 commit 8202517
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_run.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
env:
CIBW_ARCHS: auto64
CIBW_BUILD_VERBOSITY: 1
CIBW_BEFORE_ALL_LINUX: ci/setup_manylinux.sh
CIBW_BEFORE_ALL_LINUX: bash ci/setup_manylinux.sh
# CIBW_BEFORE_ALL_MACOS: python/tools/prepare_build_environment_macos.sh
CIBW_BEFORE_ALL_WINDOWS: bash ci/setup_windows.sh
# CIBW_ENVIRONMENT_MACOS: CC='clang' CXX='clang++'
Expand Down

0 comments on commit 8202517

Please sign in to comment.