mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-09 16:48:43 +08:00
Fix format check workflow dependencies
This commit is contained in:
parent
133df6fbba
commit
29bfbd568d
4
.github/workflows/format-check.yml
vendored
4
.github/workflows/format-check.yml
vendored
@ -12,7 +12,9 @@ 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 libncurses5
|
||||
sudo apt install -y --force-yes curl xz-utils libicu-dev git dos2unix
|
||||
wget http://security.ubuntu.com/ubuntu/pool/universe/n/ncurses/libtinfo5_6.3-2ubuntu0.1_amd64.deb
|
||||
sudo apt install ./libtinfo5_6.3-2ubuntu0.1_amd64.deb
|
||||
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user