Skip to content

Commit

Permalink
Merge pull request #424 from gurgenyegoryan/main-dev
Browse files Browse the repository at this point in the history
Fix: Cmake output path
  • Loading branch information
ashvardanian authored Aug 17, 2023
2 parents 3e9a388 + e48ba57 commit 7c1254c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,8 @@ jobs:
-DUSTORE_BUILD_ENGINE_ROCKSDB=1 \
-DUSTORE_BUILD_API_FLIGHT_CLIENT=0 \
-DUSTORE_BUILD_API_FLIGHT_SERVER=1 \
-DUSE_CONAN=1 .
-DUSE_CONAN=1 \
-B ./build_release .
- name: Build
run: make -j 4 -C ./build_release
Expand Down

0 comments on commit 7c1254c

Please sign in to comment.