build erlang with kerl

This commit is contained in:
Keijo Raamat 2021-09-29 16:15:02 +03:00
parent 2ddcd2cc5a
commit 0677f1c155

View file

@ -18,11 +18,11 @@ jobs:
- name: Setup erlang
run: |
apt-get -y update
apt-get -y install erlang=21.3.8
curl -O https://raw.githubusercontent.com/kerl/kerl/master/kerl
chmod +x kerl
kerl build ${{matrix.otp}}
erlang --version
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}