@cryptotaxi247 / netdata-1 / commits / 1a41c0830

Use submodules in Clang build checks. (#11649)

Austin S. Hemmelgarn committed Oct 12, 2021 at 07:26 UTC 1a41c0830a344ba1486b62658d299604580810f7
1 file changed +2
.github/workflows/checks.yml
+2
@@ -45,6 +45,8 @@ jobs:
45 steps:
46 - name: Checkout
47 uses: actions/checkout@v2
48 + with:
49 + submodules: recursive
50 - name: Build
51 run: |
52 docker build -f .github/dockerfiles/Dockerfile.clang .