Skip to content

Commit

Permalink
Allow fuse mount in cross compilation docker
Browse files Browse the repository at this point in the history
  • Loading branch information
mgautierfr committed Aug 25, 2024
1 parent bdf5fe5 commit 32b7f75
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 32b7f75

Please sign in to comment.