Skip to content

Commit e31caa0

Browse files
committed
Update github actions
1 parent 8a880d2 commit e31caa0

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/wheels.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@ jobs:
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

0 commit comments

Comments
 (0)