mirror of
https://github.com/valitydev/cowboy_access_log.git
synced 2024-11-06 00:05:22 +00:00
Fix workflow (#18)
This commit is contained in:
parent
fda21e7945
commit
04da359e02
4
.github/workflows/erlang.yml
vendored
4
.github/workflows/erlang.yml
vendored
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user