Skip to content

Commit

Permalink
gitlab/ci: fixing workflow syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
jgaeddert committed Jul 13, 2024
1 parent 03e9f92 commit a237b0e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,9 @@ jobs:
run: make -j 2 check

- name: make check-doc
run: make check-doc-c
run: make check-doc-cc
run: |
make check-doc-c
make check-doc-cc
- name: make install
run: sudo make install
Expand Down

0 comments on commit a237b0e

Please sign in to comment.