mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-04 12:20:42 +09:00
gitlab-ci: We have cmake in Windows runners in the default path now
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
Reviewed-by: Jakub Jelen <jjelen@redhat.com>
(cherry picked from commit 0c6995b149)
This commit is contained in:
committed by
Jakub Jelen
parent
e426664623
commit
9e20e180e6
@@ -457,9 +457,6 @@ freebsd/openssl_1.1.1/x86_64:
|
||||
paths:
|
||||
- obj/
|
||||
before_script:
|
||||
# cmake is installed by default now
|
||||
# - choco install --no-progress -y cmake
|
||||
- $env:Path += ';C:\Program Files\CMake\bin'
|
||||
- If (!(test-path .vcpkg\archives)) { mkdir -p .vcpkg\archives }
|
||||
- $env:VCPKG_DEFAULT_BINARY_CACHE="$PWD\.vcpkg\archives"
|
||||
- echo $env:VCPKG_DEFAULT_BINARY_CACHE
|
||||
|
||||
Reference in New Issue
Block a user