From 6997e8237a1a07515dc591271959b1ff27cd5810 Mon Sep 17 00:00:00 2001 From: Lucas Petrino Date: Sun, 17 Nov 2024 12:54:34 +1300 Subject: [PATCH] chore: formatting --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 81bb7e1..4a1b1cd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -54,7 +54,9 @@ jobs: uses: actions/checkout@v4 - name: Install libtinfo5 - run: add-apt-repository universe && apt update -y && apt install -y libtinfo5 + run: + add-apt-repository universe && apt update -y && apt install -y + libtinfo5 - name: Test Local Action id: test-action