mirror of
https://github.com/ivabus/pantry
synced 2024-11-26 18:25:08 +03:00
might need new recipes in extra when checking cores:
This commit is contained in:
parent
680b5bf9e9
commit
16de042898
1 changed files with 8 additions and 0 deletions
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
|
@ -22,6 +22,12 @@ jobs:
|
|||
path: pantry
|
||||
repository: teaxyz/pantry.core
|
||||
|
||||
- name: co extra
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
path: extra
|
||||
repository: teaxyz/pantry.extra
|
||||
|
||||
- uses: teaxyz/setup@v0
|
||||
with:
|
||||
# necessary because we currently require a `.git` directory
|
||||
|
@ -29,6 +35,8 @@ jobs:
|
|||
|
||||
- run: ./scripts/check-core-sizes.ts ${{ inputs.projects }}
|
||||
working-directory: pantry
|
||||
env:
|
||||
TEA_PANTRY_PATH: ${{ env.TEA_PANTRY_PATH }}:${{ github.workspace }}/extra
|
||||
|
||||
build:
|
||||
runs-on: ${{ matrix.platform.os }}
|
||||
|
|
Loading…
Reference in a new issue