GHA added missing toolchain file

This commit is contained in:
Wipe 2022-06-02 15:04:48 +02:00
parent 4d2c653ffb
commit ef4d40689c
1 changed files with 4 additions and 0 deletions

View File

@ -0,0 +1,4 @@
set( CMAKE_SYSTEM_NAME "Linux" )
set( CMAKE_SYSTEM_PROCESSOR "i386" )
set( CMAKE_C_FLAGS "-m32" )
set( CMAKE_CXX_FLAGS "-m32" )