Skip to content

Commit

Permalink
Merge pull request #5201 from eva-vashkevich/apt-update-2.9
Browse files Browse the repository at this point in the history
Fixing build
  • Loading branch information
eva-vashkevich authored Jan 10, 2025
2 parents 5e1e4bd + 64f6c59 commit 9061b42
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/actions/setup/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ runs:
- uses: actions/setup-node@v3
with:
node-version: '14.x'

- name: Update packages
shell: bash
run: |
DEBIAN_FRONTEND=noninteractive sudo apt update
- name: Install Python for node-sass
shell: bash
Expand Down

0 comments on commit 9061b42

Please sign in to comment.