From c9be61c7b8f974d57cc539b4e1e005dbfb79dafa Mon Sep 17 00:00:00 2001 From: Felix Buehler Date: Sun, 3 Apr 2022 19:08:47 +0200 Subject: [PATCH] CI: fix check with submodules --- .github/workflows/shell.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/shell.yml b/.github/workflows/shell.yml index b64fb26..1f3cfe8 100644 --- a/.github/workflows/shell.yml +++ b/.github/workflows/shell.yml @@ -8,7 +8,10 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v1 + - name: Checkout repository + uses: actions/checkout@v2 + with: + submodules: 'true' - name: Install dotfiles run: | rm ~/.bashrc ~/.bash_profile