From 46104c7e77c65c095bcfc77428d27ae09c6e2324 Mon Sep 17 00:00:00 2001 From: Sylvain Rabot Date: Thu, 20 Nov 2025 14:57:58 +0100 Subject: [PATCH] chore: remove spurious step that makes jobs longer Signed-off-by: Sylvain Rabot --- .github/actions/default/action.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/actions/default/action.yml b/.github/actions/default/action.yml index f60933e5..ed189449 100644 --- a/.github/actions/default/action.yml +++ b/.github/actions/default/action.yml @@ -16,9 +16,6 @@ runs: # with: # primary-key: nix-${{ runner.os }}-${{ hashFiles('**/flake.nix', '**/flake.lock') }} # restore-prefixes-first-match: nix-${{ runner.os }}- - - name: Load dependencies - shell: bash - run: nix develop --install - name: go env id: go-env shell: bash