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