fix: removed unused packages from 'Install system dependencies' step
PR Checks / lint-test-and-build (pull_request) Successful in 3m7s
PR Checks / lint-test-and-build (pull_request) Successful in 3m7s
This commit is contained in:
@@ -13,7 +13,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Install system dependencies
|
- name: Install system dependencies
|
||||||
run: |
|
run: |
|
||||||
apt-get update && apt-get install -y --no-install-recommends git openssh-client curl
|
apt-get update && apt-get install -y --no-install-recommends curl
|
||||||
curl -fsSL https://deb.nodesource.com/setup_24.x | bash -
|
curl -fsSL https://deb.nodesource.com/setup_24.x | bash -
|
||||||
apt-get install -y nodejs
|
apt-get install -y nodejs
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user