From ef98822c9008c6e3dbe50af7a2faab26c74f52c2 Mon Sep 17 00:00:00 2001 From: cy Date: Mon, 20 Jan 2025 02:09:16 -0500 Subject: [PATCH] use new cli to install cachix --- .github/workflows/build-and-cache.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/build-and-cache.yml b/.github/workflows/build-and-cache.yml index da48f1d..937c778 100644 --- a/.github/workflows/build-and-cache.yml +++ b/.github/workflows/build-and-cache.yml @@ -17,6 +17,8 @@ jobs: steps: - name: Install Nix uses: cachix/install-nix-action@v30 + with: + installCommand: nix profile install nixpkgs#cachix - name: Setup Attic cache uses: ryanccn/attic-action@v0 @@ -56,6 +58,8 @@ jobs: - name: Install Nix uses: cachix/install-nix-action@v30 + with: + installCommand: nix profile install nixpkgs#cachix - name: Setup Attic cache uses: ryanccn/attic-action@v0 @@ -105,6 +109,8 @@ jobs: - name: Install Nix uses: cachix/install-nix-action@v30 + with: + installCommand: nix profile install nixpkgs#cachix - name: Setup Attic cache uses: ryanccn/attic-action@v0