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