Skip to content

Commit

Permalink
💚 Replace (g)sed by perl
Browse files Browse the repository at this point in the history
  • Loading branch information
Freed-Wu committed Dec 27, 2024
1 parent 1fcfbef commit c947187
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
pacman -Sy --noconfirm mingw-w64-x86_64-meson
- name: Build
run: |
sed -i -e"s/, 'linearasm'//g" meson.build
perl -pi -e"s/, 'linearasm'//g" meson.build
meson setup build -Db_coverage=true
meson compile -Cbuild
meson test -Cbuild
Expand Down

0 comments on commit c947187

Please sign in to comment.