CI: get rid of global cache step for nix-wasm.

It is pointless.
This commit is contained in:
John MacFarlane
2026-02-01 15:28:30 +01:00
parent 68207ec014
commit da0451126f
-7
View File
@@ -149,13 +149,6 @@ jobs:
- uses: cachix/install-nix-action@v31
with:
nix_path: nixpkgs=channel:nixos-unstable
- name: Cache cabal global package db
id: cabal-global
uses: actions/cache@v5
with:
path: |
~/.local/state/cabal
key: ${{ runner.os }}-nix-cabal-global-${{ secrets.CACHE_VERSION }}
- name: Cache cabal work
id: cabal-local
uses: actions/cache@v5