From 511335fda39efef6d59f1d8168d12ab6e0073518 Mon Sep 17 00:00:00 2001 From: ahuston-0 Date: Mon, 10 Mar 2025 23:55:04 -0400 Subject: [PATCH] Revert "add sqlite for restores" This reverts commit 474184baa70694ecd8e87bdb32555bc1ffdf5f79. --- .github/workflows/cache-merge.yml | 6 +----- .github/workflows/flake-health-checks.yml | 4 ---- .github/workflows/flake-update.yml | 2 -- 3 files changed, 1 insertion(+), 11 deletions(-) diff --git a/.github/workflows/cache-merge.yml b/.github/workflows/cache-merge.yml index e473b1c..1a8abc4 100644 --- a/.github/workflows/cache-merge.yml +++ b/.github/workflows/cache-merge.yml @@ -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') }} diff --git a/.github/workflows/flake-health-checks.yml b/.github/workflows/flake-health-checks.yml index 6f02172..344be26 100644 --- a/.github/workflows/flake-health-checks.yml +++ b/.github/workflows/flake-health-checks.yml @@ -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 diff --git a/.github/workflows/flake-update.yml b/.github/workflows/flake-update.yml index 921a1f9..4183801 100644 --- a/.github/workflows/flake-update.yml +++ b/.github/workflows/flake-update.yml @@ -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