From e8075fcf93873149593ccd141f99d65a4db40f4f Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Fri, 9 Oct 2020 14:56:48 +0200 Subject: github workflow test --- .github/workflows/c-cpp.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to '.github/workflows/c-cpp.yml') diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml index 5d7bcc2..b93f06e 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/c-cpp.yml @@ -13,6 +13,8 @@ jobs: steps: - uses: actions/checkout@v2 + - name: libft + run: git submodule update --init libft - name: make run: make - name: test -- cgit