Skip to content

Commit ccc0d58

Browse files
committed
a
1 parent c7b5a8e commit ccc0d58

File tree

1 file changed

+13
-5
lines changed

1 file changed

+13
-5
lines changed

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

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

21-
- uses: lukka/get-cmake@latest
22-
23-
- name: Regenerate
24-
run: |
25-
cmake .
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:
2634

2735
- name: Commit
2836
run: |

0 commit comments

Comments
 (0)