Skip to content

Commit

Permalink
specifying nix version
Browse files Browse the repository at this point in the history
  • Loading branch information
RCMast3r committed May 26, 2024
1 parent 1127771 commit 7ce3b9b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ jobs:
with:
ssh-private-key: ${{ secrets.CASE_SSH_PRIVATE_KEY }}
- uses: cachix/install-nix-action@v23
install_url: https://releases.nixos.org/nix/nix-2.20.3/install
with:
install_url: https://releases.nixos.org/nix/nix-2.20.3/install
- name: Get branch names
id: branch-name
uses: tj-actions/branch-names@v7
Expand Down

0 comments on commit 7ce3b9b

Please sign in to comment.