Skip to content

Commit

Permalink
ci(windows): increase stack size to 16MiB
Browse files Browse the repository at this point in the history
  • Loading branch information
rami3l committed Jul 10, 2024
1 parent 3dd6708 commit f3ab93f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ci/actions-templates/windows-builds-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs: # skip-master skip-pr skip-stable
if: ${{ github.event_name == 'push' && github.ref_name == 'stable' }} # skip-pr skip-master
env:
RUSTFLAGS: -Ctarget-feature=+crt-static
RUST_MIN_STACK: 16777216
permissions:
id-token: write
contents: read
Expand Down

0 comments on commit f3ab93f

Please sign in to comment.