Skip to content

Commit 034798e

Browse files
committed
fix workflow
1 parent ce10d56 commit 034798e

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/build-wheels.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -56,12 +56,12 @@ jobs:
5656
if not exist "C:\vcpkg" (
5757
git clone https://github.com/Microsoft/vcpkg.git C:\vcpkg
5858
)
59-
cd C:\vcpkg
60-
if not exist "vcpkg.exe" (
61-
.\bootstrap-vcpkg.bat
59+
cd /d C:\vcpkg
60+
if not exist "C:\vcpkg\vcpkg.exe" (
61+
call bootstrap-vcpkg.bat
6262
)
63-
.\vcpkg integrate install
64-
.\vcpkg install cgal:x64-windows eigen3:x64-windows gmp:x64-windows mpfr:x64-windows
63+
vcpkg integrate install
64+
vcpkg install cgal:x64-windows eigen3:x64-windows gmp:x64-windows mpfr:x64-windows
6565
6666
- name: Set dynamic version
6767
run: |

0 commit comments

Comments
 (0)