From 169617ab871a74f30d505b648eaf093f2ec62b78 Mon Sep 17 00:00:00 2001 From: strawberry Date: Sat, 15 Jun 2024 16:53:28 -0400 Subject: [PATCH] ci: remove erroneous `DIRENV_DEVSHELL` engage already sets `DIRENV_DEVSHELL` as necessary Signed-off-by: strawberry --- .github/workflows/ci.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e0e77118..a7382a8d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,9 +35,6 @@ env: # Custom nix binary cache if fork is being used ATTIC_ENDPOINT: ${{ vars.ATTIC_ENDPOINT }} ATTIC_PUBLIC_KEY: ${{ vars.ATTIC_PUBLIC_KEY }} - # Use the all-features devshell instead of default, to ensure that features - # match between nix and cargo - DIRENV_DEVSHELL: all-features # Get error output from nix that we can actually use NIX_CONFIG: show-trace = true