From c38889a9ddac276ceb6cda727a78779829588948 Mon Sep 17 00:00:00 2001 From: Irae Hueck Costa Date: Fri, 23 Feb 2024 14:22:29 +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 4261474a..007b75bc 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 + run: apt-get update && apt-get install -y sudo curl gnupg - name: Set up WARP uses: fscarmen/warp-on-actions@v1.1