From b1711febbe8d9138489c87f909e03b5611d42024 Mon Sep 17 00:00:00 2001 From: Thorsten Sick Date: Mon, 15 Nov 2021 12:21:07 +0100 Subject: [PATCH] Update makefile.yml --- .github/workflows/makefile.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/makefile.yml b/.github/workflows/makefile.yml index 95f0da8..0d32915 100644 --- a/.github/workflows/makefile.yml +++ b/.github/workflows/makefile.yml @@ -13,9 +13,6 @@ jobs: steps: - uses: actions/checkout@v2 - - - name: Install dependencies - run: make - name: Run check run: make test