ci: Use latest stable nix version in CI
This was pinned to 2.13.6 in https://github.com/PostgREST/postgrest/pull/2692#issuecomment-1448938894 because of a regression in nix 2.14. Latest is 2.16.x now, so maybe this bug is already fixed.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user