mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 16:35:07 +03:00
pin to brewkit ~0.5
This commit is contained in:
parent
c09f6ce73a
commit
212a592e09
2 changed files with 2 additions and 2 deletions
2
.github/actions/setup-brewkit/action.yml
vendored
2
.github/actions/setup-brewkit/action.yml
vendored
|
@ -24,7 +24,7 @@ runs:
|
|||
id: tea
|
||||
with:
|
||||
prefix: ${{ inputs.prefix }}
|
||||
+: tea.xyz/brewkit
|
||||
+: tea.xyz/brewkit~0.5
|
||||
# prevent pantry from reassigning TEA_PREFIX etc.
|
||||
srcroot: null
|
||||
|
||||
|
|
2
tea.yaml
2
tea.yaml
|
@ -1,5 +1,5 @@
|
|||
dependencies:
|
||||
tea.xyz/brewkit: ^0.3
|
||||
tea.xyz/brewkit: ~0.5
|
||||
env:
|
||||
TEA_PANTRY_PATH: ${{srcroot}}:{{home}}/.tea/tea.xyz/var/pantry
|
||||
TEA_PREFIX: ${{srcroot}}/tea.out
|
||||
|
|
Loading…
Reference in a new issue