might need new recipes in extra when checking cores:

This commit is contained in:
Jacob Heider 2023-01-12 19:03:20 -05:00
parent 680b5bf9e9
commit 16de042898
No known key found for this signature in database
GPG key ID: A98011B5713535BF

View file

@ -22,6 +22,12 @@ jobs:
path: pantry path: pantry
repository: teaxyz/pantry.core repository: teaxyz/pantry.core
- name: co extra
uses: actions/checkout@v3
with:
path: extra
repository: teaxyz/pantry.extra
- uses: teaxyz/setup@v0 - uses: teaxyz/setup@v0
with: with:
# necessary because we currently require a `.git` directory # necessary because we currently require a `.git` directory
@ -29,6 +35,8 @@ jobs:
- run: ./scripts/check-core-sizes.ts ${{ inputs.projects }} - run: ./scripts/check-core-sizes.ts ${{ inputs.projects }}
working-directory: pantry working-directory: pantry
env:
TEA_PANTRY_PATH: ${{ env.TEA_PANTRY_PATH }}:${{ github.workspace }}/extra
build: build:
runs-on: ${{ matrix.platform.os }} runs-on: ${{ matrix.platform.os }}