Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ThetaSinner committed Jun 5, 2024
1 parent e6c66df commit f51cc9c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-and-cache.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f51cc9c

Please sign in to comment.