Skip to content

Commit

Permalink
ci: Improve caching for static and dynamic postgrest nix packages
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfgangwalther committed Jan 26, 2024
1 parent c43696c commit 43f552d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 43f552d

Please sign in to comment.