From 7c46ccf66c702d3ee18f5dcd7d9b013956c5c379 Mon Sep 17 00:00:00 2001 From: akuker <34318535+akuker@users.noreply.github.com> Date: Thu, 6 Aug 2020 08:58:27 -0500 Subject: [PATCH] Update c-cpp.yml --- .github/workflows/c-cpp.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml index 9d862ab3..95c48d32 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/c-cpp.yml @@ -13,12 +13,11 @@ jobs: steps: - uses: actions/checkout@v2 - - name: change dir - run: cd ./src/raspberrypi # - name: configure # run: ./configure - name: make run: make all + working-directory: ./src/raspberrypi # - name: make check # run: make check # - name: make distcheck