Skip to content

Commit

Permalink
fix: setup fuse
Browse files Browse the repository at this point in the history
  • Loading branch information
veeso committed Oct 23, 2024
1 parent 55c3e3d commit 4de5dd2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:
- uses: actions/checkout@v2
- name: Install dependencies
run: sudo apt update && sudo apt install -y libssh2-1-dev libssl-dev libfuse-dev libsmbclient-dev libsmbclient pkg-config
- name: Setup fuse
run: echo "user_allow_other" >> /etc/fuse.conf
- uses: dtolnay/rust-toolchain@stable
with:
toolchain: stable
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,17 +37,17 @@
/></a>
</p>
<p align="center">
<a href="https://github.com/remotefs-rs/remotefs-rs-fuse/actions"
<a href="https://github.com/remotefs-rs/remotefs-rs-fuse/actions/workflows/linux.yml"
><img
src="https://github.com/remotefs-rs/remotefs-rs-fuse/workflows/linux/badge.svg"
alt="Linux CI"
/></a>
<a href="https://github.com/remotefs-rs/remotefs-rs-fuse/actions"
<a href="https://github.com/remotefs-rs/remotefs-rs-fuse/actions/workflows/macos.yml"
><img
src="https://github.com/remotefs-rs/remotefs-rs-fuse/workflows/macos/badge.svg"
alt="MacOS CI"
/></a>
<a href="https://github.com/remotefs-rs/remotefs-rs-fuse/actions"
<a href="https://github.com/remotefs-rs/remotefs-rs-fuse/actions/workflows/windows.yml"
><img
src="https://github.com/remotefs-rs/remotefs-rs-fuse/workflows/windows/badge.svg"
alt="Windows CI"
Expand Down

0 comments on commit 4de5dd2

Please sign in to comment.