Skip to content

Commit ca0b0d3

Browse files
committed
ci: add wasm-cabal-cache logic
1 parent 6829776 commit ca0b0d3

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/build.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,15 @@ jobs:
4242
ref: wasm
4343
path: pandoc
4444

45+
- name: wasm-cabal-cache
46+
uses: actions/cache@v3
47+
with:
48+
key: wasm-cabal-cache-${{ github.run_id }}
49+
restore-keys: wasm-cabal-cache-
50+
path: |
51+
~/.ghc-wasm/.cabal/store
52+
pandoc/dist-newstyle
53+
4554
- name: build
4655
run: |
4756
pushd pandoc

0 commit comments

Comments
 (0)