Skip to content

Commit f2a595f

Browse files
fix linux fuse lib installation
1 parent 5dc83e4 commit f2a595f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -190,9 +190,9 @@ jobs:
190190
sudo apt-get install -y libssl-dev libacl1-dev libxxhash-dev liblz4-dev libzstd-dev
191191
sudo apt-get install -y bash zsh fish # for shell completion tests
192192
sudo apt-get install -y rclone openssh-server curl
193-
if [[ "$TOXENV" == *"fuse2"* ]]; then
193+
if [[ "$TOXENV" == *"llfuse"* ]]; then
194194
sudo apt-get install -y libfuse-dev fuse # Required for Python llfuse module
195-
elif [[ "$TOXENV" == *"fuse3"* ]]; then
195+
elif [[ "$TOXENV" == *"pyfuse3"* || "$TOXENV" == *"mfusepy"* ]]; then
196196
sudo apt-get install -y libfuse3-dev fuse3 # Required for Python pyfuse3 module
197197
fi
198198

0 commit comments

Comments
 (0)