Skip to content

Commit f1f1d07

Browse files
committed
check setup-msbuild action
1 parent d4b7cb2 commit f1f1d07

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,12 @@ jobs:
1010
- name: Checkout repository
1111
uses: actions/checkout@v4
1212

13+
- name: Setup MSBuild
14+
uses: microsoft/setup-msbuild@v2
15+
1316
- name: Build
1417
shell: cmd
1518
run: |
16-
call "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvars32.bat"
1719
cl -c /GS- /GF /O2 vorbisFile.cpp
1820
link /dll /nodefaultlib /entry:_DllMainCRTStartup@12 vorbisFile.obj Kernel32.lib LIBCMT.LIB libvcruntime.lib libucrt.lib
1921

0 commit comments

Comments
 (0)