Skip to content

Commit

Permalink
[ci] download unit.h
Browse files Browse the repository at this point in the history
  • Loading branch information
lvntky committed Aug 8, 2024
1 parent 05aeb81 commit f0770eb
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@ jobs:
if: always()
run: cmake -DFIX=YES -P cmake/spell.cmake

- name: Download utest.h
run: |
curl -o test/source/utest.h https://raw.githubusercontent.com/sheredom/utest.h/master/utest.h
coverage:
needs: [lint]

Expand Down Expand Up @@ -111,9 +116,6 @@ jobs:
with:
submodules: 'true'

- name: Download utest.h
run: |
curl -o test/source/utest.h https://raw.githubusercontent.com/sheredom/utest.h/master/utest.h


- name: Install static analyzers
Expand Down

0 comments on commit f0770eb

Please sign in to comment.