ci: Improve caching for static and dynamic postgrest nix packages
This commit is contained in:
committed by
Wolfgang Walther
parent
c43696c9a6
commit
43f552dbab
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user