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 00ef3e1 commit 2a6a57f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_clang_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ jobs:
- name: Build JuleC
run: |
.\bin\julec --compiler clang -t src/julec
clang++ "/STACK:8388608" --std=c++17 -Wno-everything dist/ir.cpp
clang++ "/link /STACK:8388608" --std=c++17 -Wno-everything dist/ir.cpp

0 comments on commit 2a6a57f

Please sign in to comment.