Skip to content

Commit fd672ff

Browse files
committed
Install elixir for claude code action
1 parent 989489a commit fd672ff

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/claude.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,12 @@ jobs:
3030
with:
3131
fetch-depth: 1
3232

33+
- name: Set up Elixir
34+
uses: erlef/setup-beam@v1
35+
with:
36+
elixir-version: '1.19.1'
37+
otp-version: '28.1.1'
38+
3339
- name: Run Claude Code
3440
id: claude
3541
uses: anthropics/claude-code-action@v1

0 commit comments

Comments
 (0)