From 43f552dbab5692d1e92f0e124c1287cc18f9d807 Mon Sep 17 00:00:00 2001 From: Wolfgang Walther Date: Fri, 26 Jan 2024 18:22:51 +0100 Subject: [PATCH] ci: Improve caching for static and dynamic postgrest nix packages --- .github/workflows/ci.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 4927af41d..6c68fb08e 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -27,7 +27,7 @@ jobs: uses: ./.github/actions/setup-nix with: cache-id: common - tools: style withTools memory tests release + tools: style withTools memory tests release postgrestPackage Lint-Style: name: Lint & check code style @@ -129,7 +129,6 @@ jobs: Build-Static-Nix: name: Build Linux static (Nix) runs-on: ubuntu-latest - needs: [Prepopulate-Nix-Cache-Linux] steps: - uses: actions/checkout@v4 - name: Setup Nix Environment