mikowitz / xairo.v1

Elixir bindings for the cairo graphics library
5 stars 0 forks source link

Fix GH workflow for caching PLTs #36

Closed mikowitz closed 2 years ago

mikowitz commented 2 years ago

Dialyzer was inconsistently not seeming to cache correctly. The solution seems to be to set plt_core_path in mix.exs based on

https://elixirforum.com/t/caching-dialyzer-output-with-github-actions/27648/2

also, re-key the caches to be consistent