Skip to content

Commit 066d454

Browse files
authored
Fix nightly-windows action (#1306)
The changes in #1284 cause da [build failure](https://github.com/hazelcast/hazelcast-cpp-client/actions/runs/15600205707/job/43938577451). Specifically, [this change](#1284 (comment)) did not update the key for all matrix jobs. [Example execution](https://github.com/hazelcast/hazelcast-cpp-client/actions/runs/15608983313).
1 parent a620582 commit 066d454

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nightly-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
boost_archive_name: 'boost_1_80_0.tar.gz'
5151
boost_folder_name: 'boost_1_80_0'
5252
boost_include_folder: 'C:\Boost\include\boost-1_80'
53-
arch: ${{ fromJSON(needs.shared-matrix.outputs.windows-options) }}
53+
options: ${{ fromJSON(needs.shared-matrix.outputs.windows-options) }}
5454
build_type: ${{ fromJSON(needs.shared-matrix.outputs.build-type) }}
5555
shared_libs: ${{ fromJSON(needs.shared-matrix.outputs.shared-libs) }}
5656
with_openssl: ${{ fromJSON(needs.shared-matrix.outputs.openssl) }}

0 commit comments

Comments
 (0)