workflow attempt 2
All checks were successful
Build and release / relesae (push) Successful in 9m46s
All checks were successful
Build and release / relesae (push) Successful in 9m46s
This commit is contained in:
parent
a8b64bdf5d
commit
e916cc97e9
|
@ -10,7 +10,8 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
apt-get install -y npm
|
apt-get update
|
||||||
|
apt-get install -y nodejs npm
|
||||||
npm install -g less
|
npm install -g less
|
||||||
|
|
||||||
- name: Check out repository
|
- name: Check out repository
|
||||||
|
|
Loading…
Reference in a new issue