Revert "Try adding magic nix cache to nix CI build."

This reverts commit 295c6b0485.

This was actually slower than what we had before (14m on second
run, as compared to 12m).
This commit is contained in:
John MacFarlane
2023-06-26 16:46:47 -07:00
parent 43b7162a1e
commit f074b03b89
+3 -4
View File
@@ -144,10 +144,9 @@ jobs:
fail-fast: true
steps:
- uses: actions/checkout@v3
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@v4
- name: Run the Magic Nix Cache
uses: DeterminateSystems/magic-nix-cache-action@v1
- uses: cachix/install-nix-action@v22
with:
nix_path: nixpkgs=channel:nixos-unstable
- run: |
nix-shell --run "cabal update && cabal test --disable-optimization"