Skip to content

Commit

Permalink
Add other ps tooling
Browse files Browse the repository at this point in the history
  • Loading branch information
JordanMartinez committed Feb 15, 2022
1 parent 0fe25d4 commit 60a672a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,15 @@ jobs:

steps:
- uses: actions/checkout@v2
- uses: purescript-contrib/setup-purescript@main
- uses: actions/setup-node@v1
with:
node-version: "12"
- uses: purescript-contrib/setup-purescript@main
with:
purescript: "latest"
psa: "latest"
spago: "latest"
purs-tidy: "latest"
- uses: actions/cache@v2
# This cache uses the .dhall files to know when it should reinstall
# and rebuild packages. It caches both the installed packages from
Expand Down

0 comments on commit 60a672a

Please sign in to comment.