Revert "Clean locale cache"

This reverts commit 37324ff5a8.
This commit is contained in:
Adrian Kumpf
2021-04-16 15:25:29 +02:00
parent 37324ff5a8
commit e743181ce9

View File

@@ -46,8 +46,6 @@ jobs:
with:
otp-version: ${{ matrix.otp }}
elixir-version: ${{ matrix.elixir }}
- name: Remove locales
run: rm -rf priv/cldr/locales/*
- name: Install Dependencies
run: mix do deps.get, compile
- name: Check Formatting