diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml index e195046..151a9d9 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/c-cpp.yml @@ -15,9 +15,9 @@ jobs: - uses: actions/checkout@v4 - name: make run: | - cd code + cd source make - name: make test run: | - cd code + cd source make test