File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4747 - name : Set cibuildwheel hooks
4848 shell : bash
4949 run : |
50- echo 'CIBW_BEFORE_BUILD_LINUX="ls -la && bash install_scripts/install_vcpkg.ubuntu.bash && bash install_scripts/install_requirements.ubuntu.bash "' >> $GITHUB_ENV
51- echo 'CIBW_BEFORE_BUILD_MACOS="ls -la && bash install_scripts/install_vcpkg.macos.bash && bash install_scripts/install_requirements.macos.bash "' >> $GITHUB_ENV
52- echo 'CIBW_BEFORE_BUILD_WINDOWS="powershell -ExecutionPolicy Bypass -Command \"Get-Location; & install_scripts/install_vcpkg.windows.ps1; & install_scripts/install_requirements.windows.ps1 \""' >> $GITHUB_ENV
50+ echo 'CIBW_BEFORE_BUILD_LINUX="ls -la"' >> $GITHUB_ENV
51+ echo 'CIBW_BEFORE_BUILD_MACOS="ls -la"' >> $GITHUB_ENV
52+ echo 'CIBW_BEFORE_BUILD_WINDOWS="powershell -ExecutionPolicy Bypass -Command \"Get-Location\""' >> $GITHUB_ENV
5353
5454 - uses : pypa/cibuildwheel@v2.22
5555
You can’t perform that action at this time.
0 commit comments