npm-update: Fix install step
This commit is contained in:
parent
0513ac9ac4
commit
4632d58bb8
1 changed files with 3 additions and 1 deletions
4
.github/workflows/npm-update.yml
vendored
4
.github/workflows/npm-update.yml
vendored
|
|
@ -8,7 +8,9 @@ jobs:
|
|||
runs-on: ubuntu-20.04
|
||||
steps:
|
||||
- name: Set up dependencies
|
||||
run: sudo apt-get install -y npm make
|
||||
run: |
|
||||
sudo apt update
|
||||
sudo apt install -y npm make
|
||||
|
||||
- name: Set up configuration and secrets
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue