aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/install_dependencies_releasenotes_ubuntu.sh
blob: 123dc9bb2e4786b0f5b851ec43fb690e84cef719 (plain)
1
2
3
4
5
6
7
#!/usr/bin/env bash
apt-get update

apt-get install -y asciidoctor \
        ruby-asciidoctor-pdf

# ruby-asciidoctor-pdf exists on Ubuntu 20.04 and later