Skip to content

Commit

Permalink
Fix ci
Browse files Browse the repository at this point in the history
Signed-off-by: Xuanwo <[email protected]>
  • Loading branch information
Xuanwo committed Feb 3, 2024
1 parent 54f8073 commit 54ab0b1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: rust-docs
path: ./target/doc
path: ./core/target/doc

build-java-doc:
runs-on: ubuntu-latest
Expand Down
2 changes: 0 additions & 2 deletions bindings/java/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -164,8 +164,6 @@ tokio = { version = "1.28.1", features = ["full"] }
[target.'cfg(unix)'.dependencies.opendal]
path = "../../core"
features = [
"layers-blocking",

# Depend on "openssh" which depends on "tokio-pipe" that is unavailable on Windows.
"services-sftp",
]

0 comments on commit 54ab0b1

Please sign in to comment.