feat: auto install libtinfo5
This commit is contained in:
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
@@ -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: ./
|
||||
|
||||
Reference in New Issue
Block a user