Update cmake-windows.yml

This commit is contained in:
RedxLus 2021-01-13 05:27:00 +01:00
parent 8bd287f60f
commit 6e5918e6de

View file

@ -18,6 +18,12 @@ jobs:
shell: powershell
run: Install-Module posh-git -Scope CurrentUser -Force
- name: Install choco
shell: powershell
run: |
Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))
choco -?
- name: Clone repos
shell: powershell
run: |