Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
FinnTew committed Jan 20, 2025
1 parent 4d184dd commit 63b4620
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/import_braft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
run: cmake -S . -B build

- name: Check Format
working-directory: ${{ github.workspace }}/${{ env.BUILD_DIR }}
working-directory: ${{ github.workspace }}/build
run: make check-format

build_on_macos:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/kiwidb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
run: clang-format --version

- name: Check Format
working-directory: ${{ github.workspace }}/${{ env.BUILD_DIR }}
working-directory: ${{ github.workspace }}/build
run: make check-format

build_on_macos:
Expand Down

0 comments on commit 63b4620

Please sign in to comment.