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 7215a67 commit 69ba6f8Copy full SHA for 69ba6f8
.github/workflows/docgen.yml
@@ -26,7 +26,7 @@ jobs:
26
- name: Install base deps
27
run: |
28
apt update
29
- 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
+ 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
- name: Install Python
31
32
mkdir -p /opt/circleci
0 commit comments