We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58a782c commit 40a293aCopy full SHA for 40a293a
1 file changed
.github/workflows/build-natives.yml
@@ -90,6 +90,7 @@ jobs:
90
dnf group install -y "Development Tools"
91
dnf install -y epel-release
92
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
94
95
- name: Install Linux build deps
96
if: matrix.os == 'ubuntu-22.04' && matrix.container == ''
0 commit comments