diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 85f4db7..1f7fba9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,4 +10,4 @@ jobs: steps: - uses: actions/checkout@v2 - name: Build - run: mkdir build && ../cbuild \ No newline at end of file + run: mkdir build && cd build && ../cbuild \ No newline at end of file