We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3dd6708 commit f3ab93fCopy full SHA for f3ab93f
ci/actions-templates/windows-builds-template.yaml
@@ -11,6 +11,7 @@ jobs: # skip-master skip-pr skip-stable
11
if: ${{ github.event_name == 'push' && github.ref_name == 'stable' }} # skip-pr skip-master
12
env:
13
RUSTFLAGS: -Ctarget-feature=+crt-static
14
+ RUST_MIN_STACK: 16777216
15
permissions:
16
id-token: write
17
contents: read
0 commit comments