Skip to content

Commit

Permalink
std::encoding::json: fix attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
mertcandav committed Aug 18, 2024
1 parent f9ff8f3 commit 41de223
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/std_tests_gcc_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 41de223

Please sign in to comment.