Skip to content

Commit

Permalink
echo path
Browse files Browse the repository at this point in the history
Signed-off-by: Thing-han, Lim <[email protected]>
  • Loading branch information
potsrevennil committed Sep 18, 2024
1 parent be360b3 commit c828def
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/actions/setup-nix/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,11 @@ runs:
nix config show | grep -E "^experimental-features = .*nix-command"
- name: Install nix
if: steps.pre-check-nix.outcome != 'success' && ${{ inputs.nix-pre-installed == 'true' }}
if: needs.pre-check-nix.result != 'success' && ${{ inputs.nix-pre-installed == 'true' }}

shell: bash
run: |
echo "$PATH"
curl --proto '=https' --tlsv1.2 -sSf -L https://install.determinate.systems/nix | sh -s -- install --no-confirm \
--extra-conf "trusted-users = root ${USER:-}" \
--extra-conf "experimental-features = nix-command flakes" \
Expand Down

0 comments on commit c828def

Please sign in to comment.