Skip to content

Commit

Permalink
Fix branch ref
Browse files Browse the repository at this point in the history
  • Loading branch information
ThetaSinner committed Jun 5, 2024
1 parent 2d7be34 commit 4babb36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-cache.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
run: |
cd $(mktemp -d)
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 flake init -t "github:holochain/holonix/${{ steps.extract_branch.outputs.branch }}#${{ matrix.template }}"
nix develop -c holochain --version
- name: Run nix app
Expand Down

0 comments on commit 4babb36

Please sign in to comment.