Skip to content

Commit

Permalink
special LENS release
Browse files Browse the repository at this point in the history
need to specify 64-bit generator for windows-2016 runner
  • Loading branch information
benswift committed Apr 26, 2020
1 parent 16dbfe7 commit 96507a6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release-binary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ jobs:
- windows-2016
- windows-latest
include:
- os: windows-2016
cmake-generator: -G "Visual Studio 15 2017" -A x64
- os: windows-latest
cmake-generator: -G "Visual Studio 16 2019" -A x64

Expand Down

0 comments on commit 96507a6

Please sign in to comment.