Skip to content

Commit

Permalink
Merge pull request #5208 from eva-vashkevich/remove_unused_command
Browse files Browse the repository at this point in the history
Removed command that is not needed
  • Loading branch information
eva-vashkevich authored Jan 14, 2025
2 parents 849532f + 517f442 commit 01ea097
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/actions/setup/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 01ea097

Please sign in to comment.