From 32b7f75c159922a54f44dc8706c6b1ed618f0113 Mon Sep 17 00:00:00 2001 From: Matthieu Gautier Date: Sun, 25 Aug 2024 23:43:44 +0200 Subject: [PATCH] Allow fuse mount in cross compilation docker --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ffd0883..1efb99b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -75,5 +75,7 @@ jobs: run: cargo install cross - name: Test code + env: + CROSS_CONTAINER_OPTS: "--device /dev/fuse --cap-add SYS_ADMIN" run: | cross test --workspace --verbose --target=i686-unknown-linux-gnu --features in_ci