[loc] improve fatal error handling on application launch

* Remove last ditch effort on systems that are clearly broken for localization
  and always report an explicit error to the user.
* Also update GitHub Actions actions/checkout (Closes #2036).
This commit is contained in:
Pete Batard 2022-09-19 10:37:23 +02:00
parent 07d1fdcc2f
commit 4d6c8b72d8
No known key found for this signature in database
GPG key ID: 38E0CF5E69EDD671
5 changed files with 16 additions and 11 deletions

View file

@ -27,7 +27,7 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
fetch-depth: 0
submodules: recursive

View file

@ -53,7 +53,7 @@ jobs:
upx
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
fetch-depth: 0
submodules: recursive

View file

@ -39,7 +39,7 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
fetch-depth: 0
submodules: recursive