mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-08-22 05:07:05 +00:00
Electron rebuild tests update (#3563)
# Update electron-rebuild.yaml * remove onoff library: Not updated since 3 years, don't work with last rpi Os * add node-libgpiod library in replacement
This commit is contained in:
committed by
GitHub
parent
ebaeed935f
commit
731512c2e5
4
.github/workflows/electron-rebuild.yaml
vendored
4
.github/workflows/electron-rebuild.yaml
vendored
@@ -21,8 +21,10 @@ jobs:
|
||||
run: npm run install-mm
|
||||
- name: Install @electron/rebuild
|
||||
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 onoff node-pty drivelist
|
||||
run: npm install node-libgpiod node-pty drivelist
|
||||
- name: Run electron-rebuild
|
||||
run: npx electron-rebuild
|
||||
continue-on-error: false
|
||||
|
Reference in New Issue
Block a user