From e6c40c48037003a2ae5223994f965e71d901c46d Mon Sep 17 00:00:00 2001 From: Lucas Petrino Date: Sun, 17 Nov 2024 12:53:13 +1300 Subject: [PATCH] ci: enable universe --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 19dbd6a..81bb7e1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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