From 82c50c4799123fa0c2c063b9a05c92587e61cf34 Mon Sep 17 00:00:00 2001 From: Sirz Benjie <142067137+SirzBenjie@users.noreply.github.com> Date: Wed, 10 Sep 2025 11:34:51 -0500 Subject: [PATCH] stop downloading openssh and git --- .github/workflows/github-pages.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/github-pages.yml b/.github/workflows/github-pages.yml index d254a46425c..a53eba39e1b 100644 --- a/.github/workflows/github-pages.yml +++ b/.github/workflows/github-pages.yml @@ -39,11 +39,6 @@ jobs: /public/images/pokemon/variant/_masterlist.json sparse-checkout-cone-mode: false - - name: Install OS package - run: | - sudo apt update - sudo apt install -y git openssh-client - - name: Install pnpm uses: pnpm/action-setup@v4 with: