Skip to content

Commit

Permalink
ci: fix regular build
Browse files Browse the repository at this point in the history
  • Loading branch information
phip1611 committed Jan 6, 2025
1 parent 742d3e6 commit 2fd328e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
#- name: Install dependencies
# run: apt update && apt install ->
- name: Install dependencies
run: sudo apt update && sudo apt install -y libreadline-dev
- name: check format
run: make fmt_check
- name: build
Expand Down

0 comments on commit 2fd328e

Please sign in to comment.