Skip to content

Commit

Permalink
fixup! ci: introduce CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mhanberg committed Feb 9, 2024
1 parent 928f72a commit fa71baa
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,11 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: jdx/mise-action@v2
with:
mise_toml: |
[tools]
erlang = "26.2.1"
- uses: jdx/mise-action@v2
- uses: actions/cache@v4
with:
Expand Down

0 comments on commit fa71baa

Please sign in to comment.