mirror of
https://github.com/ivabus/pantry
synced 2024-11-23 00:45: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
|
id: tea
|
||||||
with:
|
with:
|
||||||
prefix: ${{ inputs.prefix }}
|
prefix: ${{ inputs.prefix }}
|
||||||
+: tea.xyz/brewkit
|
+: tea.xyz/brewkit~0.5
|
||||||
# prevent pantry from reassigning TEA_PREFIX etc.
|
# prevent pantry from reassigning TEA_PREFIX etc.
|
||||||
srcroot: null
|
srcroot: null
|
||||||
|
|
||||||
|
|
2
tea.yaml
2
tea.yaml
|
@ -1,5 +1,5 @@
|
||||||
dependencies:
|
dependencies:
|
||||||
tea.xyz/brewkit: ^0.3
|
tea.xyz/brewkit: ~0.5
|
||||||
env:
|
env:
|
||||||
TEA_PANTRY_PATH: ${{srcroot}}:{{home}}/.tea/tea.xyz/var/pantry
|
TEA_PANTRY_PATH: ${{srcroot}}:{{home}}/.tea/tea.xyz/var/pantry
|
||||||
TEA_PREFIX: ${{srcroot}}/tea.out
|
TEA_PREFIX: ${{srcroot}}/tea.out
|
||||||
|
|
Loading…
Reference in a new issue