We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a63853 commit 5a1ea0bCopy full SHA for 5a1ea0b
.github/workflows/ci-job.yml
@@ -67,7 +67,7 @@ jobs:
67
save-if: ${{ inputs.is_main }}
68
69
- name: Clean
70
- if: ${{ inputs.is_main || inputs.os == 'windows-2022' }}
+ if: ${{ inputs.is_main || inputs.os == 'windows-2025' }}
71
run: cargo clean
72
73
# ************************************************************************************************
@@ -134,7 +134,7 @@ jobs:
134
RUST_BACKTRACE: full
135
# note: this may be temporary
136
RUSTFLAGS: >-
137
- -D warnings -Cdebuginfo=0 ${{ inputs.os == 'windows-2022' &&
+ -D warnings -Cdebuginfo=0 ${{ inputs.os == 'windows-2025-xl' &&
138
'-Clink-arg=/DEBUG:NONE' || '' }}
139
CARGO_PROFILE_RELEASE_DEBUG: false
140
CARGO_BUILD_JOBS: 1
0 commit comments