Skip to content

Commit

Permalink
Fix nightly workflow error. (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaofei0800 authored Dec 25, 2023
1 parent 9d864db commit 0c582a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ jobs:

steps:
- uses: actions/checkout@v3
with:
submodules: 'recursive'
with:
submodules: 'recursive'
- name: Code format check
run: clang-format --Werror --dry-run simple_server.c simple_client.c
- name: Install dependencies
Expand Down

0 comments on commit 0c582a5

Please sign in to comment.