From 6724f29a4f62ea03c8a23f4270a5d567474c6a3d Mon Sep 17 00:00:00 2001 From: Tobias Pfeiffer Date: Tue, 19 Dec 2023 09:47:40 +0100 Subject: [PATCH 1/2] Trigger build to diagnose issue So #415 is failing and it shouldn't, see: https://github.com/bencheeorg/benchee/actions/runs/7259274594/job/19776364305?pr=415 Error is weird/missing cache or something? > :dialyzer.run error: File not found: /opt/hostedtoolcache/otp/ubuntu-20.04/OTP-24.3.4.14/x64/lib/dialyzer-4.4.4.1/ebin/erl_bif_types.beam See if it's also happening here! --- .trigger-build | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 .trigger-build diff --git a/.trigger-build b/.trigger-build new file mode 100644 index 00000000..e69de29b From 12fc92a9af5c6ef44ed789203bba5b3c7b70842c Mon Sep 17 00:00:00 2001 From: Tobias Pfeiffer Date: Tue, 19 Dec 2023 09:52:45 +0100 Subject: [PATCH 2/2] maybe force check and format github for the lulz? --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 9c9db876..94a207bc 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -83,7 +83,7 @@ jobs: run: MIX_ENV=test mix coveralls.github --warnings-as-errors || mix test --failed if: contains(matrix.elixir_version, '1.15') - name: Dialyzer - run: mix dialyzer --halt-exit-status + run: mix dialyzer --halt-exit-status --force-check --format github if: contains(matrix.elixir_version, '1.15') macos: