VisTrace icon indicating copy to clipboard operation
VisTrace copied to clipboard

[bug] GitHub action no longer compiles to x86

Open Derpius opened this issue 2 years ago • 1 comments

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

Derpius avatar Sep 15 '22 07:09 Derpius

I've disabled x86 compilation in the action until this is solved

Derpius avatar Sep 15 '22 08:09 Derpius