Skip to content

Commit

Permalink
ci: try cna
Browse files Browse the repository at this point in the history
  • Loading branch information
develop7 committed Nov 17, 2023
1 parent b235227 commit d87bcb2
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/actions/setup-nix/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,15 @@ inputs:
runs:
using: composite
steps:
- uses: cachix/install-nix-action@v23
- uses: nixbuild/nix-quick-install-action@v26
with:
install_url: https://releases.nixos.org/nix/nix-2.13.3/install
nix_version: '2.13.6'
- name: Restore and cache Nix store
uses: nix-community/cache-nix-action@v4
with:
key: cache-nix-${{ runner.os }}-${{ hashFiles('nix/**/*.nix') }}
restore-keys: |
cache-nix-${{ runner.os }}-
- uses: cachix/cachix-action@v12
with:
name: postgrest
Expand Down

0 comments on commit d87bcb2

Please sign in to comment.