From f9ff8f3c818b912fb8047a21ab051b9f65c6d81e Mon Sep 17 00:00:00 2001 From: mertcandav Date: Sun, 18 Aug 2024 15:55:08 +0300 Subject: [PATCH] std::encoding::json: fix attempt --- .github/workflows/std_tests_gcc_windows.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/std_tests_gcc_windows.yml b/.github/workflows/std_tests_gcc_windows.yml index ed3951f49..7f2d1fa6b 100644 --- a/.github/workflows/std_tests_gcc_windows.yml +++ b/.github/workflows/std_tests_gcc_windows.yml @@ -35,7 +35,8 @@ jobs: - name: Test - std::encoding::json run: | - .\bin\julec test --compiler gcc -o test std/encoding/json + .\bin\julec test --compiler gcc -to test std/encoding/json + g++ -Wl,-z,stack-size=0x800000 dist/ir.cp -o test ./test - name: Test - std::hash::adler32