Skip to content

Commit

Permalink
Temporarily stop caching PLT in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mtrudel committed Nov 24, 2020
1 parent 69fdedd commit 8b274bd
Showing 1 changed file with 1 addition 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 @@ -59,7 +59,7 @@ jobs:
key: ${{ runner.os }}-${{ matrix.otp }}-${{ matrix.elixir }}-plts-${{ hashFiles(format('{0}{1}', github.workspace, '/mix.lock')) }}

- name: Create PLTs
if: steps.plt-cache.outputs.cache-hit != 'true'
#if: steps.plt-cache.outputs.cache-hit != 'true'
run: |
mkdir -p priv/plts
mix dialyzer --plt
Expand Down

0 comments on commit 8b274bd

Please sign in to comment.