diff options
author | Birte Kristina Friesel <derf@finalrewind.org> | 2024-12-02 18:05:12 +0100 |
---|---|---|
committer | Birte Kristina Friesel <derf@finalrewind.org> | 2024-12-02 18:05:12 +0100 |
commit | d8e2383ab0cc2208de9d6f94333edc5a35240ad7 (patch) | |
tree | 884db4fb0124bcfc473ad35d387cb97614df5d9e | |
parent | c233fd8d5f251a0bd4210cd15ac9b21ae3b3ff28 (diff) |
GHA: Initialize 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 7f7c3ec..4654ace 100644 --- a/.github/workflows/perl.yml +++ b/.github/workflows/perl.yml @@ -27,6 +27,8 @@ jobs: - uses: actions/checkout@v2 - 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 |