Fix workflow (#18)

This commit is contained in:
Sergey Yelin 2021-09-16 11:28:48 +03:00 committed by GitHub
parent fda21e7945
commit 04da359e02
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,12 +7,12 @@ on:
branches: [ master ] branches: [ master ]
env: env:
ERLANG_VERSION: 23.2 ERLANG_VERSION: 24.0
jobs: jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest
container: container:
image: erlang:${{ env.ERLANG_VERSION }} image: erlang:24.0
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v1 uses: actions/checkout@v1