Skip to content

Commit

Permalink
added version to action
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoTz committed Apr 22, 2024
1 parent fef6402 commit 8b21143
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ jobs:
- uses: actions/checkout@v4
- name: Install Purescript and Spago
uses: purescript-contrib/setup-purescript@main
with:
purescript: "latest"
spago: "latest"
- name: Build project
run: spago --version && make build
- name: Move files
Expand Down

0 comments on commit 8b21143

Please sign in to comment.