From 8be4930939f6e0f9e2f8b90ca8d332f0e190f8be Mon Sep 17 00:00:00 2001 From: finn Date: Fri, 15 Mar 2024 13:23:32 -0700 Subject: [PATCH] hermit has to be init'd in the subdir --- .github/workflows/cross-environment-tests.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/cross-environment-tests.yml b/.github/workflows/cross-environment-tests.yml index 836c7fcc8..529bc61a8 100644 --- a/.github/workflows/cross-environment-tests.yml +++ b/.github/workflows/cross-environment-tests.yml @@ -28,9 +28,10 @@ jobs: path: bundler-bonanza - name: Init Hermit - uses: cashapp/activate-hermit@v1.1.0 + uses: cashapp/activate-hermit@31ce88b17a84941bb1b782f1b7b317856addf286 #v1.1.0 with: cache: "true" + working-directory: web5-js - name: build web5-js run: |