diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 9af00322..07babef8 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -32,7 +32,7 @@ jobs: run: apt-get update && apt-get install -y markdown - name: "Install stuff" - run: apt-get -y install python3-pip rsync + run: apt-get -y install python3-pip rsync openssh-client - name: "Install timezones stuff?" run: pip3 install tzdata pytz