Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions .github/workflows/elixir-ci-reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,15 @@ on:
type: string
required: false
default: "1.17"
rebar3-version:
description: >-
rebar3 version for erlef/setup-beam. When set, setup-beam installs
rebar3 from GitHub releases instead of letting `mix local.rebar`
fetch it from builds.hex.pm — a workaround for the OTP TLS
`key_usage_mismatch` cert error on that host. Empty = unchanged.
type: string
required: false
default: ""
enable_dialyzer:
description: Run `mix dialyzer` (slow cold-cache; off by default)
type: boolean
Expand Down Expand Up @@ -152,6 +161,7 @@ jobs:
with:
otp-version: ${{ inputs.otp-version }}
elixir-version: ${{ inputs.elixir-version }}
rebar3-version: ${{ inputs.rebar3-version }}

- name: Cache deps
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
Expand Down
Loading