Skip to content

Commit

Permalink
πŸ’š refresh bash after nix installation
Browse files Browse the repository at this point in the history
  • Loading branch information
comavius committed Oct 13, 2024
1 parent 8180221 commit 4ec563c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/exec-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,7 @@ jobs:

- name: Install Nix
run: sh <(curl -L https://nixos.org/nix/install) --daemon --yes
- name: Refresh Bash
run: exec bash
- name: nix-buildcheck
run: nix build --extra-experimental-features 'nix-command flakes'

0 comments on commit 4ec563c

Please sign in to comment.