Skip to content

Commit

Permalink
ci: add wasm-cabal-cache logic
Browse files Browse the repository at this point in the history
  • Loading branch information
TerrorJack committed Nov 14, 2024
1 parent 6829776 commit ff36791
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,15 @@ jobs:
ref: wasm
path: pandoc

- name: wasm-cabal-cache
uses: actions/cache@v3
with:
key: wasm-cabal-cache-${{ github.run_id }}
restore-keys: wasm-cabal-cache-
path: |
~/.ghc-wasm/.cabal/store
pandoc/dist-newstyle
- name: build
run: |
pushd pandoc
Expand Down

0 comments on commit ff36791

Please sign in to comment.