We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6829776 commit 5f36e13Copy full SHA for 5f36e13
.github/workflows/build.yml
@@ -42,6 +42,15 @@ jobs:
42
ref: wasm
43
path: pandoc
44
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
+
54
- name: build
55
run: |
56
pushd pandoc
0 commit comments