Skip to content

Commit

Permalink
fix winfsp install?
Browse files Browse the repository at this point in the history
  • Loading branch information
rinsuki committed May 3, 2024
1 parent fa8c8f9 commit 63a4717
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
run: |
curl -OL https://github.com/winfsp/winfsp/releases/download/v2.0/winfsp-2.0.23075.msi
ls
msiexec /i winfsp-2.0.23075.msi /quiet
msiexec /i "winfsp-2.0.23075.msi" /qn /L*vx!
rm winfsp-2.0.23075.msi
- name: Prepare protobuf
run: |
Expand Down

0 comments on commit 63a4717

Please sign in to comment.