ci: Improve caching for static and dynamic postgrest nix packages

This commit is contained in:
Wolfgang Walther
2024-01-26 23:24:12 +01:00
committed by Wolfgang Walther
parent c43696c9a6
commit 43f552dbab
+1 -2
View File
@@ -27,7 +27,7 @@ jobs:
uses: ./.github/actions/setup-nix uses: ./.github/actions/setup-nix
with: with:
cache-id: common cache-id: common
tools: style withTools memory tests release tools: style withTools memory tests release postgrestPackage
Lint-Style: Lint-Style:
name: Lint & check code style name: Lint & check code style
@@ -129,7 +129,6 @@ jobs:
Build-Static-Nix: Build-Static-Nix:
name: Build Linux static (Nix) name: Build Linux static (Nix)
runs-on: ubuntu-latest runs-on: ubuntu-latest
needs: [Prepopulate-Nix-Cache-Linux]
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: Setup Nix Environment - name: Setup Nix Environment