We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3001812 commit 3160fcfCopy full SHA for 3160fcf
.github/workflows/release.yaml
@@ -18,12 +18,12 @@ jobs:
18
19
- name: Download libfuse3
20
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
+ wget https://github.com/libfuse/libfuse/releases/download/fuse-3.10.2/fuse-3.10.2.tar.xz
+ tar -xf fuse-3.10.2.tar.xz
23
24
- name: Build libfuse3
25
26
- cd fuse-3.10.1
+ cd fuse-3.10.2
27
mkdir build
28
cd build
29
meson .. --prefix /usr
0 commit comments