ci: do not install pkg manually
This commit is contained in:
parent
3ede421707
commit
1bc8990bd6
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ jobs:
|
|||
# node version set in build_tools/scripts/build_server variable pkg_target
|
||||
curl -sL https://deb.nodesource.com/setup_18.x | bash -
|
||||
apt-get install -y nodejs
|
||||
npm install -g pkg grunt grunt-cli
|
||||
npm install -g grunt grunt-cli
|
||||
- name: Getting patches
|
||||
uses: actions/checkout@v4
|
||||
- name: Fetching sources
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue