Skip to content

Commit

Permalink
Update experimental.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
UE4SS committed Oct 15, 2023
1 parent 1327db5 commit ee7e6b7
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/experimental.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,19 +21,18 @@ jobs:
runs-on: windows-2022

steps:
- name: Setup github SSH
uses: webfactory/ssh-agent@v0.8.0
with:
ssh-private-key: ${{ secrets.UEPSEUDO_SSH_KEY }}

- name: Checkout
uses: actions/checkout@v3
with:
submodules: recursive
fetch-depth: 0 # needed to get commits since last tag
ssh-key: ${{ secrets.UEPSEUDO_SSH_KEY }}

- name: Setup github SSH
uses: kielabokkie/ssh-key-and-known-hosts-action@v1
with:
ssh-private-key: ${{ secrets.UEPSEUDO_SSH_KEY }}
ssh-host: github.com

- name: Setup Python
uses: actions/setup-python@v4
with:
Expand Down

0 comments on commit ee7e6b7

Please sign in to comment.