diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index c77f9c6..9a5da21 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -23,4 +23,4 @@ jobs: - uses: dtolnay/rust-toolchain@stable with: targets: aarch64-apple-darwin - - run: cargo build --target aarch64-apple-darwin --release + - run: cargo build --manifest-path nyash_client/Cargo.toml --target aarch64-apple-darwin --release