Skip to content

Commit

Permalink
Comment out SSH auth for now
Browse files Browse the repository at this point in the history
  • Loading branch information
ndabas committed Dec 18, 2024
1 parent 3966ff2 commit 75f267d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup SSH Auth
if: runner.environment == 'github-hosted'
uses: webfactory/ssh-agent@v0.7.0
with:
ssh-private-key: ${{ secrets.SSH_KEY }}
# - name: Setup SSH Auth
# if: runner.environment == 'github-hosted'
# uses: webfactory/ssh-agent@v0.7.0
# with:
# ssh-private-key: ${{ secrets.SSH_KEY }}
- name: Setup MSYS2
uses: msys2/setup-msys2@v2
- name: Build
Expand Down

0 comments on commit 75f267d

Please sign in to comment.