Include libb64 and libutp as subprojects (#4762)

* Include libb64 and libutp as subprojects

* Build 3rd-party subprojects before CodeQL analysis
This commit is contained in:
Mike Gelfand
2023-02-09 22:12:25 +03:00
committed by GitHub
parent b85f85d3f9
commit 44546674d9
3 changed files with 13 additions and 6 deletions

View File

@@ -64,8 +64,8 @@ jobs:
- name: Build Dependencies
if: ${{ matrix.language == 'cpp' }}
run: |
ninja -C _build -t targets |
grep -E 'third-party/.*-build:' |
ninja -C _build -t targets all |
grep -E 'third-party/.*-build:|third-party/.*/all:' |
cut -d: -f1 |
xargs -L1 ninja -C _build