From 9b242a108551f0e91e32f409ea1535a2aa7ac406 Mon Sep 17 00:00:00 2001 From: welcor <357770+welcor@users.noreply.github.com> Date: Fri, 21 Jun 2024 14:10:16 +0200 Subject: [PATCH] build step tweaking --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index fafcce2..471e4e9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -24,5 +24,5 @@ jobs: - name: build tests run: cd src && touch .accepted && make test - name: build - run: make clean && make + run: pwd && make clean && make all \ No newline at end of file