diff --git a/.github/workflows/cmake-windows.yml b/.github/workflows/cmake-windows.yml index 9b0c41e6..b74b4075 100644 --- a/.github/workflows/cmake-windows.yml +++ b/.github/workflows/cmake-windows.yml @@ -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: |