Skip to content

Commit aeea6a2

Browse files
committed
Add MSBuild to path
1 parent 64dd309 commit aeea6a2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build_win.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,10 @@ jobs:
77
runs-on: windows-2025
88

99
steps:
10+
- name: Add msbuild to PATH
11+
uses: microsoft/setup-msbuild@v2
12+
1013
- name: Compile release
11-
1214
run: |
1315
msbuild BLEServer.sln /p:Configuration=Release /p:Platform=ARM64
1416
msbuild BLEServer.sln /p:Configuration=Release /p:Platform=x64

0 commit comments

Comments
 (0)