We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3966ff2 commit 75f267dCopy full SHA for 75f267d
.github/workflows/build.yml
@@ -18,11 +18,11 @@ jobs:
18
steps:
19
- name: Checkout
20
uses: actions/checkout@v4
21
- - name: Setup SSH Auth
22
- if: runner.environment == 'github-hosted'
23
- uses: webfactory/[email protected]
24
- with:
25
- ssh-private-key: ${{ secrets.SSH_KEY }}
+ # - name: Setup SSH Auth
+ # if: runner.environment == 'github-hosted'
+ # uses: webfactory/[email protected]
+ # with:
+ # ssh-private-key: ${{ secrets.SSH_KEY }}
26
- name: Setup MSYS2
27
uses: msys2/setup-msys2@v2
28
- name: Build
0 commit comments