Changed manifest file in cargo
This commit is contained in:
parent
a951d9ccd1
commit
4469c208f7
3
.github/workflows/build_with_tests.yml
vendored
3
.github/workflows/build_with_tests.yml
vendored
@ -24,9 +24,8 @@ jobs:
|
|||||||
- uses: actions-rs/cargo@v1
|
- uses: actions-rs/cargo@v1
|
||||||
name: Rust build
|
name: Rust build
|
||||||
with:
|
with:
|
||||||
working-directory: ./rs
|
|
||||||
command: build
|
command: build
|
||||||
args: --release --features=uniffi/cli
|
args: --manifest-path=./rs/Cargo.toml --release --features=uniffi/cli
|
||||||
- name: Set up JDK 17
|
- name: Set up JDK 17
|
||||||
uses: actions/setup-java@v3
|
uses: actions/setup-java@v3
|
||||||
with:
|
with:
|
||||||
|
Loading…
Reference in New Issue
Block a user