Skip to content

Commit

Permalink
Update c-cpp.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
janhaslik authored May 23, 2024
1 parent 45c3f2f commit cdde4ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,15 @@ jobs:
- name: Build mongo-cxx-driver for Search
run: |
mkdir -p search/mongo-cxx-driver/buildcmake
cd search/buildcmake
cd search/mongo-cxx-driver/buildcmake
cmake ..
make
# Build mongo-cxx-driver for Indexer
- name: Build mongo-cxx-driver for Indexer
run: |
mkdir -p indexer/mongo-cxx-driver/buildcmake
cd indexer/buildcmake
cd indexer/mongo-cxx-driver/buildcmake
cmake ..
make
Expand Down

0 comments on commit cdde4ff

Please sign in to comment.