Skip to content

Commit

Permalink
Update unit_test_windows.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rookiepeng authored Mar 29, 2024
1 parent a03103d commit 2d8bba3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/unit_test_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ jobs:

steps:
- name: Setup SSH
uses: MrSquaare/ssh-setup-action@v1
uses: MrSquaare/ssh-setup-action@v3
with:
host: github.com
private-key: ${{ secrets.RADARSIMC }}
private-key: ${{ secrets.SSH_KEY }}
- uses: actions/checkout@v4
- name: Checkout submodules
run: git submodule update --init --recursive
Expand Down

0 comments on commit 2d8bba3

Please sign in to comment.