mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 18:30:09 +00:00
added electron to os...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
bb0bb2f8fd
commit
e6d0c5dddd
10
.github/workflows/viewer-build-linux.yml
vendored
10
.github/workflows/viewer-build-linux.yml
vendored
@ -24,13 +24,17 @@ jobs:
|
||||
run: |
|
||||
sudo apt install -y \
|
||||
nodejs npm \
|
||||
wget zip
|
||||
wget zip \
|
||||
electron
|
||||
|
||||
- name: Pre build
|
||||
- name: Build environment
|
||||
run: make dev
|
||||
|
||||
- name: Check electron version
|
||||
run: electron --version
|
||||
|
||||
- name: Build
|
||||
run: make dist
|
||||
|
||||
- name: Test
|
||||
- name: Check ./dist/
|
||||
run: ls ./dist/
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user