Skip to content

Commit 4e5d801

Browse files
committed
apparently the build container complains about ownership due to caching or something, make git happy
1 parent 60fa62f commit 4e5d801

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build-debian.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,7 @@ jobs:
142142
[[ (${{matrix.sdk_type }} = 'standalone') ]] && source $HOME/VulkanSDK/${{ env.SDK_VERSION_STANDALONE }}/setup-env.sh
143143
[[ ${{ matrix.docs }} = 'false' ]] && export CMAKE_C_COMPILER_LAUNCHER=ccache && export CMAKE_CXX_COMPILER_LAUNCHER=ccache
144144
145+
git config --global --add safe.directory `pwd`
145146
mkdir build
146147
cd build
147148
cmake \

0 commit comments

Comments
 (0)