Skip to content

Commit

Permalink
fix: forgot chocolatey
Browse files Browse the repository at this point in the history
  • Loading branch information
etil2jz authored May 28, 2024
1 parent d851752 commit 5479aa9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,12 @@ jobs:
git
make
- name: Install Chocolatey
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://community.chocolatey.org/install.ps1'))
- name: Install CMake
shell: msys2 {0}
run: choco install cmake --installargs 'ADD_CMAKE_TO_PATH=System' --yes
Expand Down

0 comments on commit 5479aa9

Please sign in to comment.