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 ece86c4 commit 00f4fe2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ jobs:
with:
install: false
- run: mise install erlang
env:
KERL_BUILD_DOCS: yes
- run: mise install elixir
- uses: actions/cache@v4
with:
Expand Down Expand Up @@ -70,6 +72,8 @@ jobs:
with:
install: false
- run: mise install erlang
env:
KERL_BUILD_DOCS: yes
- run: mise install elixir
- uses: actions/cache@v4
with:
Expand Down

0 comments on commit 00f4fe2

Please sign in to comment.