Skip to content

Commit

Permalink
fix test for system installation
Browse files Browse the repository at this point in the history
  • Loading branch information
maxbachmann authored Apr 7, 2024
1 parent 02ea432 commit cf788b9
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/branchbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,12 @@ jobs:

steps:
- uses: "actions/checkout@v4"
with:
submodules: 'true'

- name: Install rapidfuzz-cpp
run: |
git clone https://github.com/rapidfuzz/rapidfuzz-cpp.git
cd rapidfuzz-cpp
git checkout v1.0.1
git checkout v3.0.3
mkdir build && cd build
cmake .. -DCMAKE_BUILD_TYPE=Release
cmake --build .
Expand All @@ -56,7 +54,7 @@ jobs:
run: |
git clone https://github.com/taskflow/taskflow.git
cd taskflow
git checkout v2.7.0
git checkout v3.7.0
mkdir build && cd build
cmake .. -DTF_BUILD_TESTS=0 -DTF_BUILD_EXAMPLES=0
cmake --build .
Expand Down

0 comments on commit cf788b9

Please sign in to comment.