Skip to content

Commit

Permalink
Use submodules in Clang build checks. (#11649)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ferroin committed Oct 12, 2021
1 parent c4803ee commit 1a41c08
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/checks.yml
Expand Up @@ -45,6 +45,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
with:
submodules: recursive
- name: Build
run: |
docker build -f .github/dockerfiles/Dockerfile.clang .
Expand Down

0 comments on commit 1a41c08

Please sign in to comment.