ci: install libtinfo5
This commit is contained in:
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@@ -53,6 +53,9 @@ jobs:
|
|||||||
id: checkout
|
id: checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
|
- name: Install libtinfo5
|
||||||
|
run: apt install -y libtinfo5
|
||||||
|
|
||||||
- name: Test Local Action
|
- name: Test Local Action
|
||||||
id: test-action
|
id: test-action
|
||||||
uses: ./
|
uses: ./
|
||||||
|
|||||||
Reference in New Issue
Block a user