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