Skip to content

Commit 4b6eb9a

Browse files
committed
Apply same fix for Fedora
1 parent 4e5d801 commit 4b6eb9a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/build-fedora.yml

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

0 commit comments

Comments
 (0)