Update cmake-windows.yml

This commit is contained in:
RedxLus 2021-01-13 05:27:00 +01:00 committed by GitHub
parent 322036a3e2
commit 75e0098c3f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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: |