This commit is contained in:
parent
bdae571cfc
commit
7dca2b16f4
|
@ -10,9 +10,9 @@ jobs:
|
|||
steps:
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
eatmydata apt-get update
|
||||
eatmydata apt-get install -y nodejs npm
|
||||
eatmydata npm install -g less
|
||||
apt-get update
|
||||
apt-get install -y nodejs npm
|
||||
npm install -g less
|
||||
|
||||
- name: Check out repository
|
||||
uses: actions/checkout@v3
|
||||
|
|
Loading…
Reference in a new issue