mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-06 15:24:55 +08:00
Install missing dependency for format-check.yml GH action for latest GH Ubuntu runner.
This commit is contained in:
parent
19b1ea703c
commit
c5bab4ccfc
2
.github/workflows/format-check.yml
vendored
2
.github/workflows/format-check.yml
vendored
@ -11,7 +11,7 @@ jobs:
|
||||
- name: Install OS dependencies (needed for act on ubuntu-latest)
|
||||
run: |
|
||||
sudo apt update
|
||||
sudo apt install -y --force-yes curl xz-utils libicu-dev git dos2unix
|
||||
sudo apt install -y --force-yes curl xz-utils libicu-dev git dos2unix libncurses5
|
||||
|
||||
- uses: actions/checkout@v1
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user