Skip to content

Commit

Permalink
ci: Install dokan
Browse files Browse the repository at this point in the history
  • Loading branch information
madadam committed Sep 11, 2023
1 parent 56fbecd commit 211352d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: windows
os: windows-latest
test-env:
OUISYNC_LIB: ouisync-plugin\ouisync\target\debug\ouisync_ffi.so
OUISYNC_LIB: ouisync-plugin\ouisync\target\debug\ouisync_ffi.dll
build-args:

steps:
Expand All @@ -58,6 +58,10 @@ jobs:
run: sudo apt-get install libfuse-dev
if: matrix.name != 'windows'

- name: Install dokan
run: choco install dokany
if: matrix.name == 'windows'

- name: Install Android NDK
uses: nttld/setup-ndk@v1
with:
Expand Down
1 change: 1 addition & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
[submodule "ouisync-plugin"]
path = ouisync-plugin
url = https://github.com/equalitie/ouisync-plugin
branch = mount-feature
2 changes: 1 addition & 1 deletion ouisync-plugin
Submodule ouisync-plugin updated 2 files
+1 −0 .gitmodules
+1 −1 ouisync

0 comments on commit 211352d

Please sign in to comment.