Remove trailing space
This commit is contained in:
parent
072ee12197
commit
710b63045f
@ -22,7 +22,7 @@ jobs:
|
|||||||
if [ ! -f ~/.nix-profile/etc/profile.d/nix.sh ]; then
|
if [ ! -f ~/.nix-profile/etc/profile.d/nix.sh ]; then
|
||||||
curl -L https://nixos.org/nix/install | bash -s -- --no-daemon
|
curl -L https://nixos.org/nix/install | bash -s -- --no-daemon
|
||||||
fi
|
fi
|
||||||
. ~/.nix-profile/etc/profile.d/nix.sh
|
. ~/.nix-profile/etc/profile.d/nix.sh
|
||||||
env >> "$GITHUB_ENV"
|
env >> "$GITHUB_ENV"
|
||||||
- name: Checkout repo
|
- name: Checkout repo
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user