mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
Don’t set TEA_PREFIX
This commit is contained in:
parent
6cbefec7ad
commit
abdb0450b0
2
.envrc
2
.envrc
|
@ -1,2 +0,0 @@
|
|||
export TEA_PANTRY_PATH=$SRCROOT:$HOME/.tea/tea.xyz/var/pantry
|
||||
export TEA_PREFIX=$SRCROOT/tea.out
|
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -31,6 +31,6 @@ jobs:
|
|||
needs: [get-diff]
|
||||
uses: teaxyz/pantry.core/.github/workflows/build.yml@main
|
||||
with:
|
||||
projects: ${{ needs.get-diff.outputs.diff || 'zlib.net' }}
|
||||
projects: ${{ needs.get-diff.outputs.diff || 'zlib.net^1.2' }}
|
||||
platform: ${{ matrix.platform }}
|
||||
secrets: inherit
|
||||
|
|
5
.gitignore
vendored
5
.gitignore
vendored
|
@ -1,3 +1,4 @@
|
|||
/tea.out
|
||||
/tea.linux
|
||||
/srcs
|
||||
/builds
|
||||
/testbeds
|
||||
.DS_Store
|
||||
|
|
Loading…
Reference in a new issue