Skip to content

Commit 8c5e5c6

Browse files
committed
a
1 parent ccc0d58 commit 8c5e5c6

File tree

1 file changed

+17
-13
lines changed

1 file changed

+17
-13
lines changed

.github/workflows/regenerate-reference-manual.yml

Lines changed: 17 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -18,19 +18,23 @@ jobs:
1818
#token: ${{ secrets.GITHUB_TOKEN }}
1919
#ref: ${{ github.head_ref }}
2020

21-
- uses: ./.github/actions/build-test/ubuntu-x86_64
22-
with:
23-
GH_TOKEN:
24-
BOOST_VERSION: 1.89.0
25-
THRIFT_VERSION: 0.13.0
26-
BUILD_TYPE: Release
27-
SHARED_LIBS_TOGGLE: ON
28-
OPENSSL_TOGGLE: OFF
29-
RUN_TESTS: false
30-
HAZELCAST_ENTERPRISE_KEY:
31-
AWS_ACCESS_KEY_ID:
32-
AWS_SECRET_ACCESS_KEY:
33-
HZ_TEST_AWS_INSTANCE_PRIVATE_IP:
21+
- name: Regenerate
22+
run: |
23+
cmake -S . -B build
24+
25+
#- uses: ./.github/actions/build-test/ubuntu-x86_64
26+
# with:
27+
# GH_TOKEN:
28+
# BOOST_VERSION: 1.89.0
29+
# THRIFT_VERSION: 0.13.0
30+
# BUILD_TYPE: Release
31+
# SHARED_LIBS_TOGGLE: ON
32+
# OPENSSL_TOGGLE: OFF
33+
# RUN_TESTS: false
34+
# HAZELCAST_ENTERPRISE_KEY:
35+
# AWS_ACCESS_KEY_ID:
36+
# AWS_SECRET_ACCESS_KEY:
37+
# HZ_TEST_AWS_INSTANCE_PRIVATE_IP:
3438

3539
- name: Commit
3640
run: |

0 commit comments

Comments
 (0)