From 589bc7d09cc5a6a57b20ffbe911a8bfc389bd554 Mon Sep 17 00:00:00 2001 From: Irae Hueck Costa Date: Fri, 23 Feb 2024 14:23:24 +0000 Subject: [PATCH] run in ci --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 007b75bc..727ebbfe 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -15,7 +15,7 @@ jobs: steps: - name: Install packages needed by WARP action - run: apt-get update && apt-get install -y sudo curl gnupg + run: apt-get update && apt-get install -y sudo curl gnupg lsb-release - name: Set up WARP uses: fscarmen/warp-on-actions@v1.1