From 517f442dd1332440a7a1b12e10a9651c1a7dfb26 Mon Sep 17 00:00:00 2001 From: Evgeniya Vashkevich Date: Tue, 14 Jan 2025 14:15:59 -0800 Subject: [PATCH] Removed command that is not needed --- .github/actions/setup/action.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/actions/setup/action.yaml b/.github/actions/setup/action.yaml index e639c42a72..aab31bc230 100644 --- a/.github/actions/setup/action.yaml +++ b/.github/actions/setup/action.yaml @@ -16,7 +16,6 @@ runs: - name: Install Python for node-sass shell: bash run: | - DEBIAN_FRONTEND=noninteractive sudo apt-get install -y build-essential DEBIAN_FRONTEND=noninteractive wget https://www.python.org/ftp/python/2.2/Python-2.2.tgz DEBIAN_FRONTEND=noninteractive sudo tar xzf Python-2.2.tgz DEBIAN_FRONTEND=noninteractive cd Python-2.2