From a26eec476d012e2641598960a3aec34634e42d25 Mon Sep 17 00:00:00 2001 From: Jacob Heider Date: Thu, 9 Mar 2023 19:11:11 -0500 Subject: [PATCH] restore brewkit to ^0.7.1 also hack to get tests working again --- .github/actions/setup-brewkit/action.yml | 2 +- .github/workflows/build.yml | 3 +++ tea.yaml | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/actions/setup-brewkit/action.yml b/.github/actions/setup-brewkit/action.yml index 197b09fb..dcde051c 100644 --- a/.github/actions/setup-brewkit/action.yml +++ b/.github/actions/setup-brewkit/action.yml @@ -24,7 +24,7 @@ runs: id: tea with: prefix: ${{ inputs.prefix }} - +: tea.xyz/brewkit~0.7 + +: tea.xyz/brewkit^0.7.1 # prevent pantry from reassigning TEA_PREFIX etc. srcroot: null diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7207d924..baa090a0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -131,6 +131,9 @@ jobs: - run: pkg test ${{ inputs.projects }} env: 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]' run: diff --git a/tea.yaml b/tea.yaml index a7a70e92..f33b8408 100644 --- a/tea.yaml +++ b/tea.yaml @@ -1,4 +1,4 @@ dependencies: - tea.xyz/brewkit: ~0.7 + tea.xyz/brewkit: ^0.7.1 env: TEA_PANTRY_PATH: ${{srcroot}}