diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 92e209a..ac45222 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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