Skip to content

Commit

Permalink
Review changes. Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander.A.Utkin committed Sep 18, 2024
1 parent 41d3638 commit c876c26
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
sudo bash dependencies.sh
- name: Build Reindexer
run: |
cd reindexer
mkdir -p build && cd build
cmake ..
make -j4
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test-deploy-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ jobs:
sudo bash dependencies.sh
- name: Build Reindexer
run: |
PWD
cd reindexer
mkdir -p build && cd build
cmake ..
make -j4
Expand Down

0 comments on commit c876c26

Please sign in to comment.