Skip to content
This repository was archived by the owner on Oct 4, 2021. It is now read-only.

Commit b945e1c

Browse files
committed
Added libfuse dependency
1 parent 2f1feb2 commit b945e1c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/checkout@v2
1414

1515
- name: install fuse
16-
run: sudo apt-get install fuse
16+
run: sudo apt-get install fuse libfuse-dev pkg-config
1717

1818
- name: Build
1919
run: cargo build --workspace --verbose
@@ -27,7 +27,7 @@ jobs:
2727
- uses: actions/checkout@v2
2828

2929
- name: install fuse
30-
run: sudo apt-get install fuse
30+
run: sudo apt-get install fuse libfuse-dev pkg-config
3131

3232
- name: Run all tests
3333
run: cargo test --workspace --verbose
@@ -38,7 +38,7 @@ jobs:
3838
- uses: actions/checkout@v2
3939

4040
- name: install fuse
41-
run: sudo apt-get install fuse
41+
run: sudo apt-get install fuse libfuse-dev pkg-config
4242

4343
- run: rustup component add clippy
4444

@@ -56,7 +56,7 @@ jobs:
5656
- uses: actions/checkout@v2
5757

5858
- name: install fuse
59-
run: sudo apt-get install fuse
59+
run: sudo apt-get install fuse libfuse-dev pkg-config
6060

6161
- name: Set up Rust nightly
6262
uses: actions-rs/toolchain@v1

0 commit comments

Comments
 (0)