From ff1da9803efcd5bee443424ad4b55af51ab4bd9a Mon Sep 17 00:00:00 2001 From: ahuston-0 Date: Mon, 10 Mar 2025 12:33:33 -0400 Subject: [PATCH] add sqlite for restores Signed-off-by: ahuston-0 --- .github/workflows/cache-merge.yml | 6 +++++- .github/workflows/flake-health-checks.yml | 4 ++++ .github/workflows/flake-update.yml | 2 ++ 3 files changed, 11 insertions(+), 1 deletion(-) diff --git a/.github/workflows/cache-merge.yml b/.github/workflows/cache-merge.yml index 1a8abc4..e473b1c 100644 --- a/.github/workflows/cache-merge.yml +++ b/.github/workflows/cache-merge.yml @@ -29,6 +29,8 @@ 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: @@ -80,7 +82,9 @@ 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') }} diff --git a/.github/workflows/flake-health-checks.yml b/.github/workflows/flake-health-checks.yml index 344be26..6f02172 100644 --- a/.github/workflows/flake-health-checks.yml +++ b/.github/workflows/flake-health-checks.yml @@ -18,6 +18,8 @@ jobs: - uses: actions/checkout@v4 + - run: nix profile install nixpkgs#sqlite + - name: Restore Nix store id: restore uses: nix-community/cache-nix-action@v6 @@ -50,6 +52,8 @@ jobs: - uses: actions/checkout@v4 + - run: nix profile install nixpkgs#sqlite + - name: Restore Nix store id: restore uses: nix-community/cache-nix-action@v6 diff --git a/.github/workflows/flake-update.yml b/.github/workflows/flake-update.yml index 4183801..921a1f9 100644 --- a/.github/workflows/flake-update.yml +++ b/.github/workflows/flake-update.yml @@ -15,6 +15,8 @@ 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