add sqlite for restores

Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
This commit is contained in:
ahuston-0 2025-03-10 12:33:33 -04:00
parent fd826be6da
commit 474184baa7
No known key found for this signature in database
GPG Key ID: 47940175096C1330
3 changed files with 11 additions and 1 deletions

View File

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

View File

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

View File

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