From f8637196ee411b20ab0d6aad258bfec25b98c500 Mon Sep 17 00:00:00 2001 From: rask24 Date: Wed, 17 Jan 2024 18:47:47 +0900 Subject: [PATCH] add submodule --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4c25664..502c22c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,6 +20,8 @@ jobs: steps: - name: Checkout repository uses: actions/checkout@v2 + with: + submodules: recursive - name: Build push_swap run: make test: @@ -28,6 +30,8 @@ jobs: steps: - name: Checkout repository uses: actions/checkout@v2 + with: + submodules: recursive - name: Build push_swap run: make - name: Test