We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fced48 commit 1786a66Copy full SHA for 1786a66
1 file changed
.github/workflows/build.yaml
@@ -36,6 +36,13 @@ jobs:
36
working-directory: src/game/server
37
run: MSBuild.exe swarm_sdk_server.vcxproj -property:Configuration=Release
38
39
+ - name: Inspect VPX/WebM + object ABI
40
+ working-directory: src/game/client
41
+ shell: cmd
42
+ run: |
43
+ dumpbin /headers videoservices\lib\win32\vpx_mt.lib
44
+ dumpbin /headers Release_swarm\blackbox_helper.obj
45
+
46
# client.dll
47
- name: Build client.dll
48
working-directory: src/game/client
0 commit comments