Skip to content

Commit 96507a6

Browse files
committed
special LENS release
need to specify 64-bit generator for windows-2016 runner
1 parent 16dbfe7 commit 96507a6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release-binary.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ jobs:
2020
- windows-2016
2121
- windows-latest
2222
include:
23+
- os: windows-2016
24+
cmake-generator: -G "Visual Studio 15 2017" -A x64
2325
- os: windows-latest
2426
cmake-generator: -G "Visual Studio 16 2019" -A x64
2527

0 commit comments

Comments
 (0)