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 e2e1ed7 commit 5440875
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/unit_test_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@ jobs:

steps:
- uses: actions/checkout@v4
- name: Checkout private tools
uses: actions/checkout@v4
with:
repository: rookiepeng/radarsimcpp
token: ${{ secrets.RADARSIMC }}
path: src
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
with:
Expand Down

0 comments on commit 5440875

Please sign in to comment.