VisTrace
VisTrace copied to clipboard
[bug] GitHub action no longer compiles to x86
Describe the bug
Despite not changing any CMake settings since the last successful build, 7eec2fd0e69be3bf7132c31436030732e6382ad6 failed to compile on x86 with the old issue of mismatched linker arch.
I have attempted to fix it by swapping clang-cl
for clang
in case that did anything, however it still doesn't work.
Given the build settings had not been changed, I'm inclined to believe an action has broken since the last working commit.
Additional context
x86 presets still compile fine on my machine
I've disabled x86 compilation in the action until this is solved