Skip to content

Commit

Permalink
setup elm for the GitHub action
Browse files Browse the repository at this point in the history
  • Loading branch information
dvberkel committed Jul 21, 2022
1 parent 002575e commit 367190b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish-material.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: jorelali/setup-elm@v3
with:
elm-version: 0.19.1
- name: Build artifact
run: make
- name: Create release
Expand Down

0 comments on commit 367190b

Please sign in to comment.