Skip to content
Snippets Groups Projects
Commit 79d22166 authored by Olivier BICHLER's avatar Olivier BICHLER
Browse files

Fixed error

parent 2fd3146f
No related branches found
No related tags found
No related merge requests found
Pipeline #30947 failed
...@@ -41,7 +41,7 @@ build:windows_cpp: ...@@ -41,7 +41,7 @@ build:windows_cpp:
image: buildtools image: buildtools
before_script: before_script:
# Install Chocolatey # Install Chocolatey
- [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://community.chocolatey.org/install.ps1')) - Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://community.chocolatey.org/install.ps1'))
# Install dependencies # Install dependencies
- choco install cmake.install --installargs '"ADD_CMAKE_TO_PATH=System"' -Y - choco install cmake.install --installargs '"ADD_CMAKE_TO_PATH=System"' -Y
- choco install git -Y - choco install git -Y
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment