add sqlite for restores
Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
This commit is contained in:
parent
fd826be6da
commit
474184baa7
6
.github/workflows/cache-merge.yml
vendored
6
.github/workflows/cache-merge.yml
vendored
@ -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') }}
|
||||||
|
4
.github/workflows/flake-health-checks.yml
vendored
4
.github/workflows/flake-health-checks.yml
vendored
@ -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
|
||||||
|
2
.github/workflows/flake-update.yml
vendored
2
.github/workflows/flake-update.yml
vendored
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user