mirror of https://github.com/rancher/ui.git
Merge pull request #5202 from eva-vashkevich/apt-update-2.8
Fixing build
This commit is contained in:
commit
e681eaaf3d
|
|
@ -7,6 +7,11 @@ runs:
|
||||||
- uses: actions/setup-node@v3
|
- uses: actions/setup-node@v3
|
||||||
with:
|
with:
|
||||||
node-version: '14.x'
|
node-version: '14.x'
|
||||||
|
|
||||||
|
- name: Update packages
|
||||||
|
shell: bash
|
||||||
|
run: |
|
||||||
|
DEBIAN_FRONTEND=noninteractive sudo apt update
|
||||||
|
|
||||||
- name: Install Python for node-sass
|
- name: Install Python for node-sass
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue