ci: do not install pkg manually
All checks were successful
/ release-build (push) Successful in 1h29m43s
/ release-deploy (push) Successful in 44s

This commit is contained in:
Antoine Martin 2025-09-04 10:02:00 -04:00
parent 3ede421707
commit 1bc8990bd6
Signed by: ayakael
GPG key ID: D62A472A4AA7D541

View file

@ -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