diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4da39d1..2bf9bf6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -89,7 +89,7 @@ jobs: uses: actions/checkout@v4 - name: Configure - run: cmake --preset clang-tools + run: cmake -B build - name: Format run: |