Skip to content

Commit

Permalink
sed hackery, pt. 4
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanGlScott committed Aug 16, 2024
1 parent a2a0771 commit d279cb6
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 @@ -35,7 +35,7 @@ jobs:

- name: sed hackery
shell: bash
run: sed -i -E '' 's/(\("Merge\ objects\ command",")[^"]+("\))/\1ld\2/' $(ghc --print-libdir)/settings
run: sed -i.bak -E 's/(\("Merge\ objects\ command",")[^"]+("\))/\1ld\2/' $(ghc --print-libdir)/settings

- shell: bash
run: ghc --info
Expand Down

0 comments on commit d279cb6

Please sign in to comment.