Skip to content

Commit

Permalink
ci: Fix update-bindings
Browse files Browse the repository at this point in the history
  • Loading branch information
ids1024 committed Jan 17, 2024
1 parent 7f83b83 commit 9de9219
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 9de9219

Please sign in to comment.