Skip to content

Commit 01df1bd

Browse files
augetyNliver
authored andcommitted
fix: github workflow exit with error.(#1800)
1 parent 0164f36 commit 01df1bd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pull_requests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
# cp -rf include/boost_1_77_0/patches/boost/* /usr/local/stonedb-boost/include/boost/
101101
mkdir build && cd build
102102
git config --global --add safe.directory /__w/stonedb/stonedb
103-
git fetch --tags
103+
git fetch --tags --force
104104
cmake ../ \
105105
-DCMAKE_BUILD_TYPE=Release \
106106
-DCMAKE_INSTALL_PREFIX=/stonedb80/install \

0 commit comments

Comments
 (0)