We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60fa62f commit 4e5d801Copy full SHA for 4e5d801
.github/workflows/build-debian.yml
@@ -142,6 +142,7 @@ jobs:
142
[[ (${{matrix.sdk_type }} = 'standalone') ]] && source $HOME/VulkanSDK/${{ env.SDK_VERSION_STANDALONE }}/setup-env.sh
143
[[ ${{ matrix.docs }} = 'false' ]] && export CMAKE_C_COMPILER_LAUNCHER=ccache && export CMAKE_CXX_COMPILER_LAUNCHER=ccache
144
145
+ git config --global --add safe.directory `pwd`
146
mkdir build
147
cd build
148
cmake \
0 commit comments