From a101e70ebd4120549236abd637049678dd6800e7 Mon Sep 17 00:00:00 2001 From: embeddedt <42941056+embeddedt@users.noreply.github.com> Date: Fri, 29 Apr 2022 19:38:48 -0400 Subject: [PATCH] ci(makefile) fix typo in GitHub action --- .github/workflows/makefile.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/makefile.yml b/.github/workflows/makefile.yml index 2f45bd609..39a9a1329 100644 --- a/.github/workflows/makefile.yml +++ b/.github/workflows/makefile.yml @@ -16,6 +16,6 @@ jobs: - uses: ammaraskar/gcc-problem-matcher@master - name: Install prerequisites run: scripts/install-prerequisites.sh - - name: Build + - name: Build working-directory: tests/makefile run: make test_file