Skip to content

Commit

Permalink
Merge pull request #5200 from eva-vashkevich/apt-update-2.10
Browse files Browse the repository at this point in the history
Fixing build
  • Loading branch information
eva-vashkevich authored Jan 10, 2025
2 parents ba4c2a0 + 8606208 commit 6f020c0
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 6f020c0

Please sign in to comment.