diff --git a/.github/workflows/c_bindings.yml b/.github/workflows/c_bindings.yml index 28e0017..e6ae2ac 100644 --- a/.github/workflows/c_bindings.yml +++ b/.github/workflows/c_bindings.yml @@ -52,7 +52,7 @@ jobs: targets: ${{ matrix.target }} - name: Build lib - run: cargo rustc --manifest-path lib/Cargo.toml --lib --features c_bindings --release --crate-type ${{ matrix.crate-type }} --target ${{ matrix.target }} + run: cargo rustc --lib --features c_bindings --release --crate-type ${{ matrix.crate-type }} --target ${{ matrix.target }} - name: Print built files run: | diff --git a/bindings/c/tests/test_checksum_autodetect_other_repo.sh b/bindings/c/tests/test_checksum_autodetect_other_repo.sh old mode 100644 new mode 100755