Skip to content

Commit d21e57c

Browse files
committed
Upgrade spago to 1.0
1 parent 531fd59 commit d21e57c

7 files changed

Lines changed: 2199 additions & 630 deletions

File tree

.github/workflows/purs.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,12 @@ jobs:
1414
- uses: actions/checkout@v4
1515

1616
- uses: purescript-contrib/setup-purescript@main
17+
with:
18+
spago: unstable
1719

1820
- uses: actions/cache@v4
1921
with:
20-
key: ${{ runner.os }}-spago-${{ hashFiles('**/*.dhall') }}
22+
key: ${{ runner.os }}-spago-${{ hashFiles('**/spago.yaml') }}
2123
path: |
2224
.spago
2325
output

0 commit comments

Comments
 (0)