install erlang package

This commit is contained in:
Keijo Raamat 2021-09-29 16:09:22 +03:00
parent df38422847
commit 2ddcd2cc5a

View file

@ -16,8 +16,13 @@ jobs:
# with: # with:
# otp-version: ${{matrix.otp}} # otp-version: ${{matrix.otp}}
- name: Erlang version - name: Setup erlang
run: erlang --version run: |
apt-get -y update
apt-get -y install erlang=21.3.8
erlang --version
- uses: ruby/setup-ruby@v1 - uses: ruby/setup-ruby@v1
with: with:
ruby-version: ${{ matrix.ruby }} ruby-version: ${{ matrix.ruby }}