mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-08-22 21:11:17 +00:00
[Electron rebuild] Removed node-pty and drivelist from rebuilded test (#3575)
Related to #3573 I think it's better to keep new library node-libgpiod for testing (library to manage RPI gpio for pir sensor management) and delete others Only one test is better
This commit is contained in:
committed by
GitHub
parent
d1be92a426
commit
4c7c859ae6
4
.github/workflows/electron-rebuild.yaml
vendored
4
.github/workflows/electron-rebuild.yaml
vendored
@@ -23,8 +23,8 @@ jobs:
|
||||
run: npm install @electron/rebuild
|
||||
- name: Install node-libgpiod deps
|
||||
run: sudo apt-get install gpiod libgpiod2 libgpiod-dev
|
||||
- name: Install some test library to be rebuilded
|
||||
run: npm install node-libgpiod node-pty drivelist
|
||||
- name: Install test library (node-libgpiod) to be rebuilded
|
||||
run: npm install node-libgpiod
|
||||
- name: Run electron-rebuild
|
||||
run: npx electron-rebuild
|
||||
continue-on-error: false
|
||||
|
Reference in New Issue
Block a user