feat: auto install libtinfo5
Some checks failed
Continuous Integration / GitHub Actions Test (push) Failing after 14s
Check Transpiled JavaScript / Check dist/ (push) Successful in 1m18s
Continuous Integration / TypeScript Tests (push) Successful in 1m18s

This commit is contained in:
2024-11-17 13:21:56 +13:00
parent 6997e8237a
commit b500781bae
6 changed files with 79 additions and 10 deletions

View File

@@ -53,11 +53,6 @@ jobs:
id: checkout
uses: actions/checkout@v4
- name: Install libtinfo5
run:
add-apt-repository universe && apt update -y && apt install -y
libtinfo5
- name: Test Local Action
id: test-action
uses: ./