Derpius/VisTrace

[bug] GitHub action no longer compiles to x86

Opened this issue · 1 comments

Describe the bug
Despite not changing any CMake settings since the last successful build, 7eec2fd 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