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 ba6f85a commit 5fab9cdCopy full SHA for 5fab9cd
.github/workflows/build.yml
@@ -45,10 +45,16 @@ jobs:
45
ref: wasm
46
path: pandoc
47
48
+ - name: gen-plan-json
49
+ run: |
50
+ pushd pandoc
51
+ wasm32-wasi-cabal build pandoc-cli --dry-run
52
+ popd
53
+
54
- name: wasm-cabal-cache
- uses: actions/cache@v3
55
+ uses: actions/cache@v4
56
with:
- key: wasm-cabal-cache-${{ github.run_id }}
57
+ key: wasm-cabal-cache-${{ hashFiles('pandoc/dist-newstyle/cache/plan.json') }}
58
restore-keys: wasm-cabal-cache-
59
path: |
60
~/.ghc-wasm/.cabal/store
0 commit comments