mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 10:20:08 +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: |
|
run: |
|
||||||
sudo apt install -y \
|
sudo apt install -y \
|
||||||
nodejs npm \
|
nodejs npm \
|
||||||
wget zip
|
wget zip \
|
||||||
|
electron
|
||||||
|
|
||||||
- name: Pre build
|
- name: Build environment
|
||||||
run: make dev
|
run: make dev
|
||||||
|
|
||||||
|
- name: Check electron version
|
||||||
|
run: electron --version
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: make dist
|
run: make dist
|
||||||
|
|
||||||
- name: Test
|
- name: Check ./dist/
|
||||||
run: ls ./dist/
|
run: ls ./dist/
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user