File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -415,17 +415,11 @@ jobs:
415415 sudo apt-get update && \
416416 sudo apt-get install -y make \
417417 cmake \
418- bison \
419- flex \
420418 git \
421419 ssh \
422420 libssl-dev \
423- libcrypto++-dev \
424- libboost-dev \
425421 nlohmann-json3-dev \
426- uuid-dev \
427- libsqlite3-dev \
428- protobuf-compiler
422+ libsqlite3-dev
429423 -
430424 name : Install clang on Ubuntu 22.04
431425 if : (matrix.compiler.tag == 'ubuntu-2204_clang-14') || (matrix.compiler.tag == 'ubuntu-2204_clang-15')
@@ -456,7 +450,7 @@ jobs:
456450 name : Run basic test
457451 run : |
458452 cd ${GITHUB_REPOSITORY#*/}
459- ./src/hanami /hanami_unittests
453+ ./src/libs/cpp/hanami_core /hanami_unittests
460454 -
461455 name : Update Result
462456 id : status
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ and multi-tenancy.
3131
3232## Supported Environment
3333
34- | Backend | SDK | Deployment |
34+ | C++ Core-Library | Python- SDK | Deployment |
3535| ------------------------------------------------------------- | ------------------------------------------- | --------------------------------------------------- |
3636| [ ![ ubuntu-2204_clang-13] [ img_ubuntu-2204_clang-13 ]] [ Workflow ] | [ ![ python-3_10] [ img_python-3_10 ]] [ Workflow ] | [ ![ kubernetes-1_26] [ img_kubernetes-1_26 ]] [ Workflow ] |
3737| [ ![ ubuntu-2204_clang-14] [ img_ubuntu-2204_clang-14 ]] [ Workflow ] | [ ![ python-3_11] [ img_python-3_11 ]] [ Workflow ] | [ ![ kubernetes-1_27] [ img_kubernetes-1_27 ]] [ Workflow ] |
You can’t perform that action at this time.
0 commit comments