From f140c0cda171938df963794cc4fedb54eb882c3b Mon Sep 17 00:00:00 2001 From: Irae Hueck Costa Date: Fri, 23 Feb 2024 14:21:33 +0000 Subject: [PATCH] run in ci --- .github/workflows/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index ee7c8159..4261474a 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -14,8 +14,8 @@ jobs: options: --sysctl net.ipv6.conf.all.disable_ipv6=0 steps: - - name: Install sudo needed by WARP action - run: apt-get update && apt-get install -y sudo + - name: Install packages needed by WARP action + run: apt-get update && apt-get install -y sudo curl - name: Set up WARP uses: fscarmen/warp-on-actions@v1.1