This is an automated email from the ASF dual-hosted git repository.
suyanhanx pushed a commit to branch azblob-wasm
in repository https://gitbox.apache.org/repos/asf/incubator-opendal.git
The following commit(s) were added to refs/heads/azblob-wasm by this push:
new 74ff5c105 try add feature
74ff5c105 is described below
commit 74ff5c105818cd6815299b789d161f519dbb555e
Author: suyanhanx <[email protected]>
AuthorDate: Fri Dec 22 22:32:10 2023 +0800
try add feature
Signed-off-by: suyanhanx <[email protected]>
---
.github/workflows/ci.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 714b256a7..9c2408131 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -305,7 +305,7 @@ jobs:
- name: Build
run: |
rustup target add wasm32-unknown-unknown
- cargo build --target wasm32-unknown-unknown --no-default-features
--features=services-s3
+ cargo build --target wasm32-unknown-unknown --no-default-features
--features=services-s3,services-azblob
unit:
runs-on: ubuntu-latest