Skip to content

Commit 40a293a

Browse files
committed
Fix build failure caused by git being stupid
1 parent 58a782c commit 40a293a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/build-natives.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ jobs:
9090
dnf group install -y "Development Tools"
9191
dnf install -y epel-release
9292
dnf install -y git llvm-toolset gcc make cmake ninja-build libstdc++-static glibc-devel
93+
git config --global --add safe.directory /__w/libdave-jvm/libdave-jvm
9394
9495
- name: Install Linux build deps
9596
if: matrix.os == 'ubuntu-22.04' && matrix.container == ''

0 commit comments

Comments
 (0)