Update cmake-windows.yml
This commit is contained in:
parent
8bd287f60f
commit
6e5918e6de
1 changed files with 6 additions and 0 deletions
6
.github/workflows/cmake-windows.yml
vendored
6
.github/workflows/cmake-windows.yml
vendored
|
@ -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: |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue