mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
restore brewkit to ^0.7.1
also hack to get tests working again
This commit is contained in:
parent
2e3b4064d6
commit
a26eec476d
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~0.7
|
+: tea.xyz/brewkit^0.7.1
|
||||||
# prevent pantry from reassigning TEA_PREFIX etc.
|
# prevent pantry from reassigning TEA_PREFIX etc.
|
||||||
srcroot: null
|
srcroot: null
|
||||||
|
|
||||||
|
|
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
|
@ -131,6 +131,9 @@ jobs:
|
||||||
- run: pkg test ${{ inputs.projects }}
|
- run: pkg test ${{ inputs.projects }}
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ github.token }}
|
GITHUB_TOKEN: ${{ github.token }}
|
||||||
|
# FIXME: this shouldn't be necessary, but it currently is for the
|
||||||
|
# ubuntu+container test matrix entries. :/
|
||||||
|
TEA_PANTRY_PATH: ${{ github.workspace }}
|
||||||
|
|
||||||
- name: '[post]'
|
- name: '[post]'
|
||||||
run:
|
run:
|
||||||
|
|
Loading…
Reference in a new issue