From 289ba02c8251f5894b74cec2ce79c66afd736ef1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20Frosteg=C3=A5rd?= Date: Sun, 12 Jan 2025 20:03:28 +0100 Subject: [PATCH] file transfer workflow: attempt to fix (#216) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 91ffc693..e32e107c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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