We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46fb595 commit b2f5eacCopy full SHA for b2f5eac
1 file changed
.github/workflows/build.yml
@@ -43,6 +43,7 @@ jobs:
43
- uses: actions/checkout@v4
44
45
- name: Build (Windows)
46
+ shell: bash
47
run: |
48
g++ *.cpp -o qc.exe -std=c++23 -fconstexpr-ops-limit=100000000 -Wa,-mbig-obj
49
0 commit comments