windows build
Some checks failed
demo.yaml / windows build (push) Failing after 0s

This commit is contained in:
Jorijn van der Graaf 2026-02-23 02:16:50 +01:00
commit aa65d9ea46
3 changed files with 91 additions and 13 deletions

View file

@ -2,7 +2,6 @@ mkdir build
mkdir bin
mkdir bin/executable
GCC_VERSION=$(g++ -dumpversion)
STD_HEADER="/usr/include/c++/$GCC_VERSION/bits/std.cc"
if [ ! -f "$STD_HEADER" ]; then