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