mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-28 09:50:09 +00:00
testing...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
5f58815eba
commit
96d544e314
6
.github/workflows/viewer-build.yml
vendored
6
.github/workflows/viewer-build.yml
vendored
@ -29,9 +29,6 @@ jobs:
|
||||
|
||||
- uses: actions/setup-node@v6
|
||||
|
||||
- name: Verify
|
||||
run: make check
|
||||
|
||||
- if: ${{ matrix.os == 'windows-latest' }}
|
||||
run: |
|
||||
choco install wget zip
|
||||
@ -41,6 +38,9 @@ jobs:
|
||||
# fixes an issue when running npx sandboxing...
|
||||
sudo sysctl -w kernel.apparmor_restrict_unprivileged_userns=0
|
||||
|
||||
- name: Check build dependencies
|
||||
run: make check
|
||||
|
||||
- name: Pre-Build
|
||||
run: make clean-all dev
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user