We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0164f36 commit 01df1bdCopy full SHA for 01df1bd
1 file changed
.github/workflows/pull_requests.yml
@@ -100,7 +100,7 @@ jobs:
100
# cp -rf include/boost_1_77_0/patches/boost/* /usr/local/stonedb-boost/include/boost/
101
mkdir build && cd build
102
git config --global --add safe.directory /__w/stonedb/stonedb
103
- git fetch --tags
+ git fetch --tags --force
104
cmake ../ \
105
-DCMAKE_BUILD_TYPE=Release \
106
-DCMAKE_INSTALL_PREFIX=/stonedb80/install \
0 commit comments