mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 18:18:55 +00:00
Still [having issues](https://github.com/firezone/firezone/actions/runs/3759257641) with the Elixir cache. Things tried that didn't work: - Namespacing by branch name. Github does this already. - Removing the `restore-keys` in order to only restore the cache if it's a direct hit. The `static_analysis` workflow runs `mix compile --force --warnings-as-errors` which doesn't use the build cache, so it's removed, which fixes the problem.