fix: Install nodejs for action runner compatibility
This commit is contained in:
@@ -15,7 +15,7 @@ jobs:
|
||||
- name: Install System Dependencies
|
||||
run: |
|
||||
apt-get update -yq
|
||||
apt-get install -yq git g++ pkg-config libx11-dev libasound2-dev libudev-dev libxkbcommon-x11-0
|
||||
apt-get install -yq git g++ pkg-config libx11-dev libasound2-dev libudev-dev libxkbcommon-x11-0 nodejs
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
- name: Cache Cargo
|
||||
@@ -50,7 +50,7 @@ jobs:
|
||||
- name: Install System Dependencies
|
||||
run: |
|
||||
apt-get update -yq
|
||||
apt-get install -yq git g++ pkg-config libx11-dev libasound2-dev libudev-dev libxkbcommon-x11-0
|
||||
apt-get install -yq git g++ pkg-config libx11-dev libasound2-dev libudev-dev libxkbcommon-x11-0 nodejs
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
- name: Cache Cargo
|
||||
|
||||
Reference in New Issue
Block a user