From 6559e840ff3011d731990cb7a1ea882c6f9990a3 Mon Sep 17 00:00:00 2001 From: Birte Kristina Friesel Date: Mon, 2 Dec 2024 18:07:07 +0100 Subject: GHA: ... yay CI --- .github/workflows/perl.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.github/workflows/perl.yml') 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 -- cgit v1.2.3