GH Actions: Fix Oper Guide CI

This commit is contained in:
Doug Freed 2021-06-12 17:28:31 +00:00
parent e79f901d68
commit 29a0def020

View file

@ -19,8 +19,8 @@ jobs:
steps: steps:
- name: Install dependencies - name: Install dependencies
run: | run: |
apt-get update sudo apt-get update
apt-get install -y --no-install-recommends \ sudo apt-get install -y --no-install-recommends \
python-sphinx \ python-sphinx \
texinfo \ texinfo \
# EOF # EOF