From 0bc062e6600fcab2f067600e42f0b602de3f4ea6 Mon Sep 17 00:00:00 2001 From: Saxashitter <134017877+Saxashitter@users.noreply.github.com> Date: Thu, 8 Aug 2024 23:32:33 -0400 Subject: [PATCH] Update makefile.yml --- .github/workflows/makefile.yml | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/.github/workflows/makefile.yml b/.github/workflows/makefile.yml index fd652ec..da2ced6 100644 --- a/.github/workflows/makefile.yml +++ b/.github/workflows/makefile.yml @@ -14,11 +14,17 @@ jobs: steps: - uses: actions/checkout@v4 - - name: Install dependencies + - name: Make build run: make - - name: Run check - run: make check + - name: DEBUG - back to root + run: cd - - name: Run distcheck - run: make distcheck + - name: DEBUG - list + run: ls + + - name: check in pizza time + run: cd PizzaTimeSpiceRunners + + - name: list again + run: ls