GHA: clone submodules

pull/59/head
Robert Sachunsky 2 years ago committed by GitHub
parent 237900f69d
commit b79ea56b22
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -32,6 +32,8 @@ jobs:
with: with:
key: models key: models
path: /home/runner/.local/share/ocrd-resources/ocrd-sbb-binarize/* path: /home/runner/.local/share/ocrd-resources/ocrd-sbb-binarize/*
- name: Clone submodules
run: git submodule update --init
- name: Install dependencies for test - name: Install dependencies for test
# also downloads models, if not already present # also downloads models, if not already present
run: make models test/assets run: make models test/assets

Loading…
Cancel
Save