Skip to content

Commit

Permalink
🚧 show nix info in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
comavius committed Oct 13, 2024
1 parent 4ec563c commit fcc820b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/exec-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: actions/checkout@v4

- name: Install Nix
run: sh <(curl -L https://nixos.org/nix/install) --daemon --yes
run: sh <(curl -L https://nixos.org/nix/install) --daemon --yes && nix-shell -p nix-info --run "nix-info -m"
- name: Refresh Bash
run: exec bash
- name: nix-buildcheck
Expand Down

0 comments on commit fcc820b

Please sign in to comment.