Skip to content

Commit 3160fcf

Browse files
committed
release: bump fuse to 3.10.2
1 parent 3001812 commit 3160fcf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ jobs:
1818
1919
- name: Download libfuse3
2020
run: |
21-
wget https://github.com/libfuse/libfuse/releases/download/fuse-3.10.1/fuse-3.10.1.tar.xz
22-
tar -xf fuse-3.10.1.tar.xz
21+
wget https://github.com/libfuse/libfuse/releases/download/fuse-3.10.2/fuse-3.10.2.tar.xz
22+
tar -xf fuse-3.10.2.tar.xz
2323
2424
- name: Build libfuse3
2525
run: |
26-
cd fuse-3.10.1
26+
cd fuse-3.10.2
2727
mkdir build
2828
cd build
2929
meson .. --prefix /usr

0 commit comments

Comments
 (0)