diff options
author | Birte Kristina Friesel <derf@finalrewind.org> | 2024-12-02 18:07:07 +0100 |
---|---|---|
committer | Birte Kristina Friesel <derf@finalrewind.org> | 2024-12-02 18:07:07 +0100 |
commit | 6559e840ff3011d731990cb7a1ea882c6f9990a3 (patch) | |
tree | 6ef4f471bb4aa487e81a5b2e5cef1339c6f2d0a6 | |
parent | d8e2383ab0cc2208de9d6f94333edc5a35240ad7 (diff) |
GHA: ... yay CI
-rw-r--r-- | .github/workflows/perl.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/perl.yml b/.github/workflows/perl.yml index 4654ace..93b81aa 100644 --- a/.github/workflows/perl.yml +++ b/.github/workflows/perl.yml @@ -25,10 +25,10 @@ jobs: steps: - uses: actions/checkout@v2 + with: + submodules: recursive - name: perl -V run: perl -V - - name: Initialize Submodules - run: git submodule update --init - name: Install Dependencies run: curl -sL https://raw.githubusercontent.com/skaji/cpm/master/cpm | perl - install -g --show-build-log-on-failure - name: Prepare Build |