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