Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
AngheloAlf committed Dec 17, 2023
1 parent e2c548c commit 47fc9ce
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/c_bindings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
Empty file modified bindings/c/tests/test_checksum_autodetect_other_repo.sh
100644 → 100755
Empty file.

0 comments on commit 47fc9ce

Please sign in to comment.