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 c022b92 commit 10e0b80Copy full SHA for 10e0b80
ci/actions-templates/windows-builds-template.yaml
@@ -32,11 +32,11 @@ jobs:
32
- i686-pc-windows-gnu # skip-pr skip-master
33
include:
34
- target: x86_64-pc-windows-gnu
35
- mingw: https://ci-mirrors.rust-lang.org/rustc/x86_64-4.9.2-release-win32-seh-rt_v4-rev4.7z
+ mingw: https://ci-mirrors.rust-lang.org/rustc/x86_64-6.3.0-release-posix-seh-rt_v5-rev2.7z
36
mingwdir: mingw64
37
- target: i686-pc-windows-gnu
38
mingwdir: mingw32
39
- mingw: https://ci-mirrors.rust-lang.org/rustc/i686-4.9.2-release-win32-dwarf-rt_v4-rev4.7z
+ mingw: https://ci-mirrors.rust-lang.org/rustc/i686-6.3.0-release-posix-dwarf-rt_v5-rev2.7z
40
steps:
41
- uses: actions/checkout@v2
42
# v2 defaults to a shallow checkout, but we need at least to the previous tag
0 commit comments