Need to checkout translations since we are not bootstrapping

This commit is contained in:
Kovid Goyal 2020-08-23 13:06:17 +05:30
parent 15e5f5987a
commit 1c1e3c1396
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -14,6 +14,12 @@ jobs:
with: with:
fetch-depth: 2 fetch-depth: 2
- name: Checkout translations
uses: actions/checkout@master
with:
repository: 'kovidgoyal/calibre-translations'
path: 'translations'
- name: Set up Python - name: Set up Python
uses: actions/setup-python@master uses: actions/setup-python@master
with: with: