Skip to content

Commit

Permalink
fix(hooks): trying to fix bug in GH Actions
Browse files Browse the repository at this point in the history
```
:dialyzer.run error: File not found: /nix/store/v4616fdvcf89xwm0rkw1fgxn040yda8v-erlang-26.2.5.1/lib/erlang/lib/dialyzer-5.1.3/ebin/erl_bif_types.beam
```
  • Loading branch information
ProducerMatt committed Aug 29, 2024
1 parent 6a2858f commit 1274e53
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/elixir.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/magic-nix-cache-action@main
# - uses: DeterminateSystems/magic-nix-cache-action@main
- uses: DeterminateSystems/flake-checker-action@main
- name: Restore dependencies cache
id: deps-cache
Expand Down
2 changes: 2 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,8 @@
dialyzer = {
enable = true;
package = ex;
pass_filenames = false;
require_serial = true;
};
custom-mix-test = {
enable = true;
Expand Down

0 comments on commit 1274e53

Please sign in to comment.