From a64d3fcb7d924f4d34c191afeb5a08c6b01a3d87 Mon Sep 17 00:00:00 2001 From: Lucas Franceschino Date: Wed, 28 Feb 2024 14:54:50 +0100 Subject: [PATCH] wip --- action.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 045d07e..0be5824 100644 --- a/action.yml +++ b/action.yml @@ -13,7 +13,9 @@ runs: - name: Install & configure Cachix shell: bash - run: nix-env --quiet -j8 -iA cachix -f https://cachix.org/api/v1/install + run: | + nix-env --quiet -j8 -iA cachix -f https://cachix.org/api/v1/install + cachix use hax - name: Install binaries shell: bash