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 committed Mar 29, 2024
1 parent 03b156f commit a03103d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/unit_test_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ jobs:
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]

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

0 comments on commit a03103d

Please sign in to comment.