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
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