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.
nightly-windows
1 parent a620582 commit 066d454Copy full SHA for 066d454
.github/workflows/nightly-windows.yml
@@ -50,7 +50,7 @@ jobs:
50
boost_archive_name: 'boost_1_80_0.tar.gz'
51
boost_folder_name: 'boost_1_80_0'
52
boost_include_folder: 'C:\Boost\include\boost-1_80'
53
- arch: ${{ fromJSON(needs.shared-matrix.outputs.windows-options) }}
+ options: ${{ fromJSON(needs.shared-matrix.outputs.windows-options) }}
54
build_type: ${{ fromJSON(needs.shared-matrix.outputs.build-type) }}
55
shared_libs: ${{ fromJSON(needs.shared-matrix.outputs.shared-libs) }}
56
with_openssl: ${{ fromJSON(needs.shared-matrix.outputs.openssl) }}
0 commit comments