Skip to content

Commit

Permalink
bust the macos cache too
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave Menninger committed Oct 2, 2020
1 parent eadb196 commit 2022a37
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .cirrus.yml
Expand Up @@ -36,7 +36,9 @@ task:
brew install erlang elixir
mix_cache:
folder: deps
fingerprint_script: cat mix.lock
fingerprint_script:
- echo $CIRRUS_OS
- cat mix.lock
populate_script: |
mix local.hex --if-missing --force
mix local.rebar --force
Expand Down

0 comments on commit 2022a37

Please sign in to comment.