diff options
| author | Birte Kristina Friesel <derf@finalrewind.org> | 2025-11-16 14:36:07 +0100 |
|---|---|---|
| committer | Birte Kristina Friesel <derf@finalrewind.org> | 2025-11-16 14:36:07 +0100 |
| commit | 084d59fe15c7c384ac4f733143654233f421ff51 (patch) | |
| tree | fedb85857cd352c67d21ba366c81c6f03caacfc6 | |
| parent | 3106caf3a8c59841315f6e6c182d24fac2912036 (diff) | |
GitHub CI: checkout with submodules
| -rw-r--r-- | .github/workflows/perl.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/perl.yml b/.github/workflows/perl.yml index 12a38d0..58eac2b 100644 --- a/.github/workflows/perl.yml +++ b/.github/workflows/perl.yml @@ -36,6 +36,8 @@ jobs: steps: - uses: actions/checkout@v2 + with: + submodules: 'true' - name: perl -V run: perl -V - name: Setup Repo |
