Revert "add sqlite for restores"

This reverts commit 474184baa70694ecd8e87bdb32555bc1ffdf5f79.
This commit is contained in:
ahuston-0 2025-03-10 23:55:04 -04:00
parent ff1da9803e
commit 511335fda3
No known key found for this signature in database
GPG Key ID: 47940175096C1330
3 changed files with 1 additions and 11 deletions

View File

@ -29,8 +29,6 @@ jobs:
- name: Install nix
uses: https://github.com/DeterminateSystems/nix-installer-action@main
- run: nix profile install nixpkgs#sqlite
- uses: nix-community/cache-nix-action@v6
name: create and purge common cache
with:
@ -82,9 +80,7 @@ jobs:
- name: Install nix
uses: https://github.com/DeterminateSystems/nix-installer-action@main
- run: nix profile install nixpkgs#sqlite
- name: Restore Nix store
uses: nix-community/cache-nix-action@v6
- uses: nix-community/cache-nix-action@v6
with:
primary-key: similar-cache-${{ matrix.os }}-common-${{ hashFiles('flake.lock') }}

View File

@ -18,8 +18,6 @@ jobs:
- uses: actions/checkout@v4
- run: nix profile install nixpkgs#sqlite
- name: Restore Nix store
id: restore
uses: nix-community/cache-nix-action@v6
@ -52,8 +50,6 @@ jobs:
- uses: actions/checkout@v4
- run: nix profile install nixpkgs#sqlite
- name: Restore Nix store
id: restore
uses: nix-community/cache-nix-action@v6

View File

@ -15,8 +15,6 @@ jobs:
- name: Install nix
uses: https://github.com/DeterminateSystems/nix-installer-action@main
- run: nix profile install nixpkgs#sqlite
- name: Restore Nix store
id: restore
uses: nix-community/cache-nix-action@v6