Skip to content

Commit f8467bf

Browse files
committed
ci: remove yasm from windows vcpkg
1 parent 6149b7e commit f8467bf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
}
6565
# Only install if packages are missing
6666
if (!(Test-Path "$Env:VCPKG_ROOT/installed/x64-windows/cgal")) {
67-
& "$Env:VCPKG_ROOT/vcpkg.exe" install yasm-tool cgal
67+
& "$Env:VCPKG_ROOT/vcpkg.exe" install cgal
6868
}
6969
echo "VCPKG_ROOT=$Env:VCPKG_ROOT" >> $Env:GITHUB_ENV
7070
# now inject your extra CMake flags:

0 commit comments

Comments
 (0)