Skip to content

Commit

Permalink
sed hackery, pt. 5
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanGlScott committed Aug 16, 2024
1 parent d279cb6 commit a870975
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.bak -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 a870975

Please sign in to comment.