Skip to content

Commit

Permalink
Checkout submodules in CI, too
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanlukasczyk committed Sep 9, 2023
1 parent d1353c1 commit e0250b9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v2
with:
submodules: true

- name: Install TeX Live
uses: zauguin/install-texlive@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v2
with:
submodules: recursive
submodules: true

- name: Install TeX Live
uses: zauguin/install-texlive@v2
Expand Down

0 comments on commit e0250b9

Please sign in to comment.