Skip to content

Commit

Permalink
try install in no-daemon
Browse files Browse the repository at this point in the history
  • Loading branch information
Patarimi authored Aug 27, 2024
1 parent 65eab8a commit e4dff1b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,9 @@ jobs:
if: ${{runner.os == 'Windows' }}
shell: wsl-bash {0}
run: |
sh <(curl -L https://nixos.org/nix/install) --daemon --yes
sh <(curl -L https://nixos.org/nix/install) --no-daemon --yes
echo ". $HOME/.nix-profile/etc/profile.d/nix.sh" >> ~/.bashrc
source ~/.bashrc
- name: Install Nix for Ubuntu
if: ${{runner.os != 'Windows' }}
uses: cachix/install-nix-action@v27
Expand Down

0 comments on commit e4dff1b

Please sign in to comment.