From 6cf8ef1070cc317cd289c2ba984729f951c7cad0 Mon Sep 17 00:00:00 2001 From: Andrews Cordolino Sobral <andrewssobral@users.noreply.github.com> Date: Sun, 24 Jul 2022 17:02:48 +0200 Subject: [PATCH] Update cmake.yml --- .github/workflows/cmake.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 1776189..450ff34 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -30,7 +30,7 @@ jobs: - name: Build and install the python wrapper # Build your program with the given configuration # run: cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}} - run: git submodule update --init --recursive && python setup.py build && python setup.py install + run: git config --global --add safe.directory /__w/bgslibrary/bgslibrary && git submodule update --init --recursive && python setup.py build && python setup.py install - name: Compile the C++ QT User Interface # Build your program with the given configuration -- GitLab