From f7b8619d89f47623be98402d2ff6ae2e721aab0f Mon Sep 17 00:00:00 2001 From: Irae Hueck Costa Date: Fri, 23 Feb 2024 14:31:49 +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 c6eaa9fb..33b58748 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -31,10 +31,10 @@ jobs: uses: actions/setup-python@v2 - name: "Install markdown" - run: apt-get update && apt-get install -y markdown + run: sudo apt-get update && sudo apt-get install -y markdown - name: "Install stuff" - run: apt-get -y install python3-pip rsync openssh-client + run: sudo apt-get -y install python3-pip rsync openssh-client - name: "Install timezones stuff?" run: pip3 install tzdata pytz