Skip to content

Commit 57fd1d7

Browse files
committed
Use macfuse instead of osxfuse in CI
1 parent c72ccf1 commit 57fd1d7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
uses: actions/checkout@v2
1717

1818
- name: Install dependencies
19-
run: brew install osxfuse
19+
run: brew install macfuse
2020

2121
- name: Build
2222
run: make

0 commit comments

Comments
 (0)