We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a7bc4f commit c13d00bCopy full SHA for c13d00b
.github/workflows/md5.yml
@@ -37,6 +37,26 @@ jobs:
37
toolchain: stable
38
deps: true
39
40
+ # 32-bit Windows MSVC
41
+ - target: i686-pc-windows-msvc
42
+ platform: windows-latest
43
+ toolchain: 1.41.0 # MSRV
44
+ deps: sudo apt install gcc-multilib
45
46
47
+ toolchain: stable
48
49
+
50
+ # 64-bit Windows MSVC
51
+ - target: x86_64-pc-windows-msvc
52
53
54
+ deps: true
55
56
57
58
59
60
runs-on: ${{ matrix.platform }}
61
steps:
62
- uses: actions/checkout@v1
Cargo.lock
0 commit comments