Skip to content

Commit

Permalink
Use suffix with sed
Browse files Browse the repository at this point in the history
  • Loading branch information
kazarmy committed Mar 14, 2024
1 parent 370e12c commit ca262e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:

- name: Patch meson.build for wheel build
if: matrix.os != 'windows-2019'
run: sed -i 's/^\([[:blank:]]*install:\) host_machine.*$/\1 true,/' meson.build
run: sed -i.bak 's/^\([[:blank:]]*install:\) host_machine.*$/\1 true,/' meson.build

- name: Build rz-bindgen
uses: pypa/[email protected]
Expand Down

0 comments on commit ca262e2

Please sign in to comment.