Skip to content

Commit

Permalink
fixup elixir erlang installation in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
dominicletz committed Dec 5, 2023
1 parent 977d46b commit 0c017ee
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,11 @@ jobs:
matrix:
arch: ["arm", "arm64", "x86_64"]
steps:
- run: |
wget https://packages.erlang-solutions.com/erlang-solutions_2.0_all.deb && sudo dpkg -i erlang-solutions_2.0_all.deb
sudo apt-get update
sudo apt-get install esl-erlang inotify-tools
- name: Setup elixir
uses: erlef/setup-beam@v1
with:
otp-version: 24.3.3
elixir-version: 1.13.4

- uses: actions/checkout@v2

Expand Down

0 comments on commit 0c017ee

Please sign in to comment.