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 2184732 commit 337ffcfCopy full SHA for 337ffcf
.github/workflows/validate.yml
@@ -336,7 +336,11 @@ jobs:
336
apk add bash curl sudo jq pkgconfig \
337
zlib-dev zlib-static binutils-gold curl \
338
gcc g++ gmp-dev libc-dev libffi-dev make \
339
- musl-dev ncurses-dev perl tar xz
+ musl-dev ncurses-dev perl tar xz git
340
+
341
+ # Apparently there's some permissions thing inside vs. outside the container
342
+ # that Alpine's git doesn't like. Hack around it.
343
+ - run: git config --global --add safe.directory $(pwd)
344
345
- uses: actions/checkout@v4
346
0 commit comments