Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
W95Psp committed Feb 28, 2024
1 parent 373d798 commit a64d3fc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ runs:

- name: Install & configure Cachix
shell: bash
run: nix-env --quiet -j8 -iA cachix -f https://cachix.org/api/v1/install
run: |
nix-env --quiet -j8 -iA cachix -f https://cachix.org/api/v1/install
cachix use hax
- name: Install binaries
shell: bash
Expand Down

0 comments on commit a64d3fc

Please sign in to comment.