Skip to content

Commit

Permalink
Remove --warnings-as-errors under Elixir v1.13
Browse files Browse the repository at this point in the history
Since it complains about undefined Macro.Env.prune_compile_info/1
call in RDF.Namespace.defnamespace/3, which is actually not used
in Elixir versions < 1.14.
  • Loading branch information
marcelotto committed Feb 12, 2024
1 parent 19d1704 commit fb533e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/elixir-build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- pair:
elixir: 1.13.4
otp: 23.3
build-flags: --warnings-as-errors
build-flags:
- pair:
elixir: 1.14.5
otp: 24.3
Expand Down

0 comments on commit fb533e7

Please sign in to comment.