try disabling sscecomp

This commit is contained in:
Ward from fusion-voyager-3 2024-08-01 02:42:20 +03:00
parent b8a51054b5
commit 64eb801e1c
2 changed files with 2 additions and 2 deletions

2
.github/push-iso vendored
View File

@ -1 +1 @@
3
4

View File

@ -14,7 +14,7 @@ jobs:
image: ubuntu:latest
volumes:
- /proc:/proc
options: --privileged -it
options: --privileged -it --security-opt seccomp=unconfined
steps:
- name: Install Some essentials