mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-28 18:00:09 +00:00
testing...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
02cd936cb4
commit
1ba32c0ecd
6
.github/workflows/viewer-build-linux.yml
vendored
6
.github/workflows/viewer-build-linux.yml
vendored
@ -24,10 +24,6 @@ jobs:
|
|||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
#sudo apt install -y \
|
|
||||||
# nodejs npm \
|
|
||||||
# wget zip
|
|
||||||
#sudo apt install -y wget zip
|
|
||||||
# fixes an issue when running npx sandboxing...
|
# fixes an issue when running npx sandboxing...
|
||||||
sudo sysctl -w kernel.apparmor_restrict_unprivileged_userns=0
|
sudo sysctl -w kernel.apparmor_restrict_unprivileged_userns=0
|
||||||
|
|
||||||
@ -41,5 +37,5 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
GH_TOKEN: ${{ github.token }}
|
GH_TOKEN: ${{ github.token }}
|
||||||
run: |
|
run: |
|
||||||
gh release create -t "TEST" ./dist/*
|
gh release create release-latest -t "TEST" ./dist/*
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user