mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-28 17:20:47 +08:00
CI: get rid of global cache step for nix-wasm.
It is pointless.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user