Skip to content

Commit

Permalink
ci: no build.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
longfar-ncy committed Nov 27, 2023
1 parent e92dfda commit ea1083a
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/pikiwidb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,11 @@ jobs:
- uses: actions/checkout@v4

- name: Build
run: sh build.sh
run: |
mkdir build && cd build
cmake .. -DCMAKE_BUILD_TYPE=Release
- name:
working-directory: ${{ github.workspace }}/build
run: |
cd build && make check-format
make check-format

0 comments on commit ea1083a

Please sign in to comment.