From f51cc9c7c486d54639a211abc47148582a8df174 Mon Sep 17 00:00:00 2001 From: ThetaSinner Date: Wed, 5 Jun 2024 17:41:29 +0100 Subject: [PATCH] Update CI --- .github/workflows/build-and-cache.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build-and-cache.yaml b/.github/workflows/build-and-cache.yaml index ad32d32..3417c2f 100644 --- a/.github/workflows/build-and-cache.yaml +++ b/.github/workflows/build-and-cache.yaml @@ -67,7 +67,8 @@ jobs: - name: Init from template run: | cd $(mktemp -d) - nix flake init -t "github:holochain/holonix/${{ steps.extract_branch.ouptuts.branch }}#${{ matrix.templates }}" + echo "Fetching template from branch ${{ steps.extract_branch.outputs.branch }}" + nix flake init -t "github:holochain/holonix/${{ steps.extract_branch.ouptuts.branch }}#${{ matrix.template }}" nix develop -c holochain --version # - name: Setup tmate session