Skip to content
This repository was archived by the owner on Mar 2, 2025. It is now read-only.

Commit

Permalink
Cache Spago dependencies and purs output in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
triallax authored and sharkdp committed Apr 12, 2023
1 parent 252a6c0 commit 0153e5a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,14 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Cache PureScript dependencies
uses: actions/cache@v3
with:
key: ${{ runner.os }}-spago-${{ hashFiles('**/*.dhall') }}
path: |
.spago
output
- uses: actions/setup-node@v3
with:
node-version: "lts/*"
Expand Down

0 comments on commit 0153e5a

Please sign in to comment.