This commit is contained in:
Florin Barbu 2024-06-03 18:34:47 +03:00
parent b2f81a3dd0
commit dacaf65184
No known key found for this signature in database
GPG Key ID: 593D6DBC6D9E5095
1 changed files with 1 additions and 3 deletions

View File

@ -34,9 +34,7 @@ jobs:
path: status-go path: status-go
- name: Install Nix package manager - name: Install Nix package manager
run: | run: sh <(curl -L https://nixos.org/nix/install) --no-daemon
sh <(curl -L https://nixos.org/nix/install) --no-daemon
echo ". /home/runner/.nix-profile/etc/profile.d/nix.sh" >> $GITHUB_ENV
- name: Source Nix environment and build status-cli binary - name: Source Nix environment and build status-cli binary
run: | run: |