Skip to content

Commit f3ab93f

Browse files
committed
ci(windows): increase stack size to 16MiB
1 parent 3dd6708 commit f3ab93f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ci/actions-templates/windows-builds-template.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ jobs: # skip-master skip-pr skip-stable
1111
if: ${{ github.event_name == 'push' && github.ref_name == 'stable' }} # skip-pr skip-master
1212
env:
1313
RUSTFLAGS: -Ctarget-feature=+crt-static
14+
RUST_MIN_STACK: 16777216
1415
permissions:
1516
id-token: write
1617
contents: read

0 commit comments

Comments
 (0)