Skip to content

Commit

Permalink
Pin a cmake version
Browse files Browse the repository at this point in the history
  • Loading branch information
philrz committed Apr 10, 2024
1 parent ecde9f3 commit 8cf1dca
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ngrok-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ jobs:
runs-on: windows-2019
steps:
- uses: actions/checkout@v3
- name: Get a specific CMake version
uses: lukka/get-cmake@latest
with:
cmakeVersion: 3.29.0
- name: Install Choco and SSH server
run: |
choco install -y openssh -params '"/SSHServerFeature /KeyBasedAuthenticationFeature"'
Expand Down

0 comments on commit 8cf1dca

Please sign in to comment.