We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4b7cb2 commit f1f1d07Copy full SHA for f1f1d07
1 file changed
.github/workflows/build.yml
@@ -10,10 +10,12 @@ jobs:
10
- name: Checkout repository
11
uses: actions/checkout@v4
12
13
+ - name: Setup MSBuild
14
+ uses: microsoft/setup-msbuild@v2
15
+
16
- name: Build
17
shell: cmd
18
run: |
- call "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvars32.bat"
19
cl -c /GS- /GF /O2 vorbisFile.cpp
20
link /dll /nodefaultlib /entry:_DllMainCRTStartup@12 vorbisFile.obj Kernel32.lib LIBCMT.LIB libvcruntime.lib libucrt.lib
21
0 commit comments