fix(deploy-static-site): add nix profile bin to PATH after install
This commit is contained in:
parent
f870ef0bf3
commit
c0ba8096ba
1 changed files with 3 additions and 1 deletions
|
|
@ -49,7 +49,9 @@ runs:
|
|||
steps:
|
||||
- name: Install tools
|
||||
shell: bash
|
||||
run: NIXPKGS_ALLOW_UNFREE=1 nix profile install --impure nixpkgs#nomad nixpkgs#awscli2 nixpkgs#skopeo
|
||||
run: |
|
||||
NIXPKGS_ALLOW_UNFREE=1 nix profile install --impure nixpkgs#nomad nixpkgs#awscli2 nixpkgs#skopeo
|
||||
echo "$HOME/.nix-profile/bin" >> $GITHUB_PATH
|
||||
|
||||
- name: Build site
|
||||
shell: bash
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue