Skip to content

Commit

Permalink
chore: Fix elixir install in update-api-list (#11008)
Browse files Browse the repository at this point in the history
  • Loading branch information
dazuma authored Mar 12, 2024
1 parent 43f7989 commit e768461
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-api-list.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Checkout repo
uses: actions/checkout@v4
- name: Install Elixir
uses: actions/setup-beam@v1
uses: erlef/setup-beam@v1
with:
otp-version: "23.3.4.19"
elixir-version: "1.12.3-otp-23"
Expand Down

0 comments on commit e768461

Please sign in to comment.