We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7836ce2 commit 10325f1Copy full SHA for 10325f1
.github/workflows/docgen.yml
@@ -27,6 +27,7 @@ jobs:
27
run: |
28
apt update
29
DEBIAN_FRONTEND=noninteractive apt install -y software-properties-common gcc git curl wget make zlib1g-dev bzip2 libbz2-dev lzma lzma-dev libreadline-dev libsqlite3-dev libssl-dev libffi-dev doxygen pandoc
30
+ git config --global --add safe.directory '*'
31
- name: Install Python
32
33
mkdir -p /opt/circleci
0 commit comments