depend on formatting
This commit is contained in:
parent
eb3823aa4a
commit
3ab8e80f2a
1 changed files with 3 additions and 0 deletions
3
.github/workflows/build_test.yml
vendored
3
.github/workflows/build_test.yml
vendored
|
@ -45,6 +45,7 @@ jobs:
|
|||
NUGET_REGISTRY_PAT: ${{ secrets.VCPKG_CACHE_PAT }}
|
||||
|
||||
windows-static:
|
||||
needs: checkSource
|
||||
name: Windows static
|
||||
uses: ./.github/workflows/windows.yml
|
||||
with:
|
||||
|
@ -83,6 +84,7 @@ jobs:
|
|||
NUGET_REGISTRY_PAT: ${{ secrets.VCPKG_CACHE_PAT }}
|
||||
|
||||
ubuntu-static:
|
||||
needs: checkSource
|
||||
name: Linux static
|
||||
uses: ./.github/workflows/ubuntu.yml
|
||||
with:
|
||||
|
@ -121,6 +123,7 @@ jobs:
|
|||
NUGET_REGISTRY_PAT: ${{ secrets.VCPKG_CACHE_PAT }}
|
||||
|
||||
macos-static:
|
||||
needs: checkSource
|
||||
name: MacOS static
|
||||
uses: ./.github/workflows/macos.yml
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue