mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-03-31 17:55:36 +00:00
file transfer workflow: attempt to fix (#216)
This commit is contained in:
parent
751ef7966e
commit
289ba02c82
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -57,7 +57,7 @@ jobs:
|
|||
timeout-minutes: 20
|
||||
container:
|
||||
image: rust:1-bookworm
|
||||
options: --ulimit memlock=524288:524288
|
||||
options: --ulimit memlock=524288:524288 --privileged --security-opt="seccomp=unconfined"
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue