Skip to content

Commit 1c3349c

Browse files
committed
fix(gh-actions/install-nix): Install cachix on github-hosted runners
1 parent 23efeda commit 1c3349c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/install-nix/action.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,11 @@ runs:
2828
uses: cachix/install-nix-action@v27
2929
if: ${{ runner.environment == 'github-hosted' }}
3030

31+
- name: Install Cachix
32+
if: ${{ runner.environment == 'github-hosted' }}
33+
shell: bash
34+
run: nix profile install nixpkgs#cachix
35+
3136
- name: Configure Nix
3237
shell: bash
3338
run: |

0 commit comments

Comments
 (0)