Skip to content

Commit

Permalink
ci: Use latest stable nix version in CI
Browse files Browse the repository at this point in the history
This was pinned to 2.13.6 in #2692 (comment)
because of a regression in nix 2.14. Latest is 2.16.x now, so maybe this bug is already fixed.
  • Loading branch information
wolfgangwalther committed Feb 10, 2024
1 parent 09c5cbe commit f513a71
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/actions/setup-nix/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ runs:
using: composite
steps:
- uses: nixbuild/nix-quick-install-action@v26
with:
nix_version: '2.13.6'
- uses: cachix/cachix-action@v14
with:
name: postgrest
Expand Down

0 comments on commit f513a71

Please sign in to comment.