Skip to content

Commit

Permalink
Add Go
Browse files Browse the repository at this point in the history
  • Loading branch information
philrz committed Jan 23, 2024
1 parent ecde9f3 commit 0fbd834
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: Install Go
uses: actions/setup-go@v2
with:
go-version: '1.21'
- name: Install Choco and SSH server
run: |
choco install -y openssh -params '"/SSHServerFeature /KeyBasedAuthenticationFeature"'
Expand Down

0 comments on commit 0fbd834

Please sign in to comment.