chore: cachix seems faster for nix installs in workflows
This commit is contained in:
parent
d2c1386aff
commit
ceaf7e96e9
1 changed files with 6 additions and 1 deletions
|
@ -14,8 +14,13 @@ jobs:
|
|||
- name: Install deps
|
||||
run: apt update && apt -y install sudo
|
||||
- uses: actions/checkout@v4
|
||||
# - name: Install Nix
|
||||
# uses: https://github.com/DeterminateSystems/nix-installer-action@v12
|
||||
- name: Install Nix
|
||||
uses: https://github.com/DeterminateSystems/nix-installer-action@v12
|
||||
uses: https://github.com/cachix/install-nix-action@v27
|
||||
# with:
|
||||
with:
|
||||
nix_path: nixpkgs=channel:nixos-unstable
|
||||
- name: Run the Magic Nix Cache
|
||||
uses: https://github.com/DeterminateSystems/magic-nix-cache-action@v7
|
||||
- name: Build release
|
||||
|
|
Loading…
Add table
Reference in a new issue