Skip to content

Commit

Permalink
Merge pull request #69 from ids1024/bindings-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Drakulix committed Jan 17, 2024
2 parents 7f83b83 + 9de9219 commit c207c68
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,6 @@ jobs:
done
exit ${code}
# TODO copy x86
update-bindings:
if: ${{ github.event_name != 'pull_request' && !startsWith(github.ref, 'refs/tags/') }}
needs:
Expand All @@ -303,7 +302,7 @@ jobs:
run: |
for i in gen_*-x86_64-unknown-linux-gnu.rs
do
cp $i input-sys/src/bindings/$(basename i x86_64-unknown-linux-gnu.rs).rs
cp $i input-sys/src/bindings/$(basename $i -x86_64-unknown-linux-gnu.rs).rs
done
rm gen_*.rs
- name: Create pull request
Expand Down

0 comments on commit c207c68

Please sign in to comment.