Skip to content

Commit

Permalink
Don't build python bindings
Browse files Browse the repository at this point in the history
Signed-off-by: Xuanwo <[email protected]>
  • Loading branch information
Xuanwo committed Mar 7, 2023
1 parent 1371620 commit 8256022
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
- uses: actions/checkout@v3
- uses: Swatinem/rust-cache@v2
- name: Build
run: cargo build --workspace
run: cargo build -p opendal -p oli -p object_store_opendal

build_all_features:
runs-on: ${{ matrix.os }}
Expand All @@ -129,7 +129,7 @@ jobs:

- uses: Swatinem/rust-cache@v2
- name: Build
run: cargo build --all-features --workspace
run: cargo build --all-features

unit:
runs-on: ${{ matrix.os }}
Expand Down

1 comment on commit 8256022

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploy preview for opendal ready!

✅ Preview
https://opendal-pjoa9ca9b-databend.vercel.app
https://opendal-git-add-entry.vercel.app

Built with commit 8256022.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.