mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-21 22:15:38 +00:00
fix: lost line from workflow
This commit is contained in:
parent
2d31f5726f
commit
14538d83f5
1
.github/workflows/arrow-aws.yml
vendored
1
.github/workflows/arrow-aws.yml
vendored
@ -60,6 +60,7 @@ jobs:
|
||||
# Install Nix
|
||||
- name: Install Nix
|
||||
if: inputs.rebuild && inputs.action != 'destroy'
|
||||
uses: cachix/install-nix-action@v20
|
||||
with:
|
||||
extra_nix_config: |
|
||||
substituters = s3://${{ secrets.NIX_CACHE_BUCKET }} https://cache.nixos.org/
|
||||
|
Loading…
Reference in New Issue
Block a user