1
0
mirror of https://github.com/python-escpos/python-escpos synced 2025-07-15 08:43:30 +00:00
This commit is contained in:
Patrick Kanzler 2021-10-30 21:40:44 +02:00
parent 2fb9b88dde
commit 68392c0cae

View File

@ -24,7 +24,7 @@ jobs:
submodules: 'recursive'
- name: Install packages
run:
apt-get update -y
apt-get update -y &&
apt-get install -y git python3-sphinx graphviz libenchant1c2a
- uses: ammaraskar/sphinx-action@0.4
with: