Skip to content

Commit

Permalink
fix env var
Browse files Browse the repository at this point in the history
  • Loading branch information
sdankel committed Aug 15, 2023
1 parent cd053e1 commit 1415ae1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
uses: cachix/install-nix-action@v22
with:
nix_path: nixpkgs=channel:nixos-unstable
- run: echo "trusted-users = root $HOME" | sudo tee -a /etc/nix/nix.conf && sudo pkill nix-daemon
- run: echo "trusted-users = root $USER" | sudo tee -a /etc/nix/nix.conf && sudo pkill nix-daemon
- uses: cachix/cachix-action@v12
with:
name: fuellabs
Expand Down

0 comments on commit 1415ae1

Please sign in to comment.