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
1 changed files with 2 additions and 2 deletions

View File

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