Thanks to visit codestin.com Credit goes to github.com
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 14025b9 commit 8e4c24cCopy full SHA for 8e4c24c
.github/workflows/release.yaml
@@ -102,22 +102,22 @@ jobs:
102
- {
103
os: Windows,
104
arch: x86_64,
105
- cmake: '-G "Visual Studio 17 2022" -A "x64"'
+ cmake: '-G "Visual Studio 16 2019" -A "x64"'
106
}
107
108
109
arch: aarch64,
110
- cmake: '-G "Visual Studio 17 2022" -A "ARM64"'
+ cmake: '-G "Visual Studio 16 2019" -A "ARM64"'
111
112
113
114
arch: x86,
115
- cmake: '-G "Visual Studio 17 2022" -A "Win32"'
+ cmake: '-G "Visual Studio 16 2019" -A "Win32"'
116
117
118
119
arch: arm,
120
- cmake: '-G "Visual Studio 17 2022" -A "ARM"'
+ cmake: '-G "Visual Studio 16 2019" -A "ARM"'
121
122
steps:
123
- uses: actions/checkout@v4
0 commit comments