Skip to content

Commit a80014a

Browse files
committed
fix ci
Signed-off-by: Cocoa <[email protected]>
1 parent 56fbb45 commit a80014a

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

Diff for: .github/workflows/windows-precompile.yml

+7-7
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,13 @@ jobs:
2323
fail-fast: false
2424
matrix:
2525
include:
26+
- pair:
27+
arch: x64
28+
arch_name: x86_64
29+
msbuild_platform: x64
30+
vcvarsall: x64
31+
OTP_VERSION: "25"
32+
NIF_VERSION: "2.16"
2633
# - pair:
2734
# arch: arm64
2835
# arch_name: aarch64
@@ -32,13 +39,6 @@ jobs:
3239
# NIF_VERSION: "2.16"
3340
# CMAKE_GENERATOR_TYPE: "Visual Studio 17 2022"
3441
# CMAKE_TOOLCHAIN_FILE: "cc_toolchain/aarch64-windows-msvc.cmake"
35-
- pair:
36-
arch: x64
37-
arch_name: x86_64
38-
msbuild_platform: x64
39-
vcvarsall: x64
40-
OTP_VERSION: "25"
41-
NIF_VERSION: "2.16"
4242

4343
steps:
4444
- name: Checkout

0 commit comments

Comments
 (0)