Skip to content

Commit

Permalink
Fixing syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
nwdepatie committed Sep 28, 2023
1 parent 13a85be commit 076edb1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ jobs:
timeout-minutes: 10
steps:
- name: Clone Cerberus
uses: actions/checkout@v2
with:
repository: Cerberus
submodules: recursive
uses: actions/checkout@v2
with:
repository: Cerberus
submodules: recursive

- name: Execute Make
run: |
Expand Down

0 comments on commit 076edb1

Please sign in to comment.