Skip to content

Commit 3a7f74b

Browse files
committed
GitHub Actions: checkout repo
1 parent a257d5a commit 3a7f74b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build_win.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ jobs:
1010
- name: Add msbuild to PATH
1111
uses: microsoft/setup-msbuild@v2
1212

13+
- name: Checkout repo
14+
uses: actions/checkout@v6
15+
1316
- name: Compile release
1417
run: |
1518
cd BLEServer

0 commit comments

Comments
 (0)