Skip to content

Commit 8a1fd38

Browse files
authored
fix ci
1 parent dbfb7ce commit 8a1fd38

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/branchbuild.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
run: |
6161
git clone https://github.com/rapidfuzz/rapidfuzz-cpp.git
6262
cd rapidfuzz-cpp
63-
git checkout v3.1.1
63+
git checkout v3.2.0
6464
mkdir build && cd build
6565
cmake .. -DCMAKE_BUILD_TYPE=Release
6666
cmake --build .
@@ -104,7 +104,7 @@ jobs:
104104
run: |
105105
git clone https://github.com/rapidfuzz/rapidfuzz-cpp.git
106106
cd rapidfuzz-cpp
107-
git checkout v3.1.1
107+
git checkout v3.2.0
108108
mkdir build && cd build
109109
cmake .. -DCMAKE_BUILD_TYPE=Release
110110
cmake --build .

0 commit comments

Comments
 (0)