Skip to content

Commit fb733e9

Browse files
committed
ci(network-drive): install WinFSP
1 parent c860ef2 commit fb733e9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test-network-drive.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@ jobs:
3434
run: |
3535
sudo apt-get update
3636
sudo apt-get install -y cmake clang libc++-dev libc++abi-dev
37+
- name: Install WinFsp
38+
if: runner.os == 'Windows'
39+
run: |
40+
choco install winfsp
3741
- name: Run tests
3842
run: cargo test
3943
working-directory: ./filen-network-drive

0 commit comments

Comments
 (0)