diff --git a/rebar.config b/rebar.config index 81a81aa..6209797 100644 --- a/rebar.config +++ b/rebar.config @@ -8,7 +8,7 @@ {erl_opts, [debug_info, warnings_as_errors]}. {cover_enabled, true}. -{plugins, [pc]}. +{plugins, [{pc, {git, "https://github.com/blt/port_compiler", {tag, "v1.14.0"}}}]}. {profiles, [ {gha, [{erl_opts, [{d, 'GITHUBEXCLUDE'}]}]}