Skip to content

Commit

Permalink
add compiler yecc and leex to fix warnings (#177)
Browse files Browse the repository at this point in the history
* add compiler yecc and leex fix warnings

* add new elixir/otp pair to github workflow

* remove lint
  • Loading branch information
ayrat555 authored Jan 13, 2025
1 parent 46ff99b commit 2381894
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ jobs:
elixir: 1.16.1
otp: 26.2.2
lint: lint
- pair:
elixir: 1.17.3
otp: 27.2

runs-on: ubuntu-latest

Expand Down
1 change: 1 addition & 0 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ defmodule ABI.Mixfile do
build_embedded: Mix.env() == :prod,
start_permanent: Mix.env() == :prod,
deps: deps(),
compilers: [:yecc, :leex] ++ Mix.compilers(),
dialyzer: dialyzer()
]
end
Expand Down

0 comments on commit 2381894

Please sign in to comment.