diff --git a/.github/workflows/pull_requests.yml b/.github/workflows/pull_requests.yml index fd5a5183a0e039a137dbfed85ea87b56ddb07690..1c750aae1f23b69ea9c6a21d27b7da4a588d8867 100644 --- a/.github/workflows/pull_requests.yml +++ b/.github/workflows/pull_requests.yml @@ -86,7 +86,7 @@ jobs: id: compile run: | mkdir build && cd build - # git config --global --add safe.directory /__w/stonedb/stonedb + git config --global --add safe.directory /__w/stonedb/stonedb cmake ../ \ -DCMAKE_BUILD_TYPE=Release \ -DCMAKE_INSTALL_PREFIX=/stonedb57/install \