ci: enable universe
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -54,7 +54,7 @@ jobs:
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Install libtinfo5
|
||||
run: apt install -y libtinfo5
|
||||
run: add-apt-repository universe && apt update -y && apt install -y libtinfo5
|
||||
|
||||
- name: Test Local Action
|
||||
id: test-action
|
||||
|
||||
Reference in New Issue
Block a user