Skip to content

Commit

Permalink
GitHub Actions: Try other SSH agent on Windows builds
Browse files Browse the repository at this point in the history
  • Loading branch information
helgoboss committed Jul 4, 2023
1 parent 92f044c commit 7258be8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/windows-i686.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
steps:
# Checkout with Playtime Clip Engine
- uses: actions/checkout@v2
- uses: webfactory/ssh-agent@v0.8.0
- uses: webfactory/ssh-agent@v0.7.0
with:
ssh-private-key: ${{ secrets.PRIVATE_PLAYTIME_CLIP_ENGINE_DEPLOY_KEY }}
- name: Update submodules
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows-x86_64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
steps:
# Checkout with Playtime Clip Engine
- uses: actions/checkout@v2
- uses: webfactory/ssh-agent@v0.8.0
- uses: webfactory/ssh-agent@v0.7.0
with:
ssh-private-key: ${{ secrets.PRIVATE_PLAYTIME_CLIP_ENGINE_DEPLOY_KEY }}
- name: Update submodules
Expand Down

0 comments on commit 7258be8

Please sign in to comment.