summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2024-02-13 16:43:16 +0100
committerFlorian Bruhin <me@the-compiler.org>2024-02-13 16:44:03 +0100
commitda2c7ee7cda78567fd7955302a5bba6f2d055492 (patch)
treee00fbaad3407a22e3af913923f1fdb0cd6a2c1db
parente42c3222b152fcb3539c3c3d334f2d628a6de6ac (diff)
downloadqutebrowser-da2c7ee7cda78567fd7955302a5bba6f2d055492.tar.gz
qutebrowser-da2c7ee7cda78567fd7955302a5bba6f2d055492.zip
ci: Try more sed cross-platform madness
-rw-r--r--.github/workflows/nightly.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml
index 046e5d411..400d65559 100644
--- a/.github/workflows/nightly.yml
+++ b/.github/workflows/nightly.yml
@@ -59,7 +59,7 @@ jobs:
- name: Patch qutebrowser for debugging
if: "contains(matrix.args, '--debug')"
run: |
- sed -i '/.-d., .--debug.,/s/$/ default=True,/' qutebrowser/qutebrowser.py
+ sed -i'' '/.-d., .--debug.,/s/$/ default=True,/' qutebrowser/qutebrowser.py
- name: Run tox
run: "tox -e ${{ matrix.toxenv }} -- --gh-token ${{ secrets.GITHUB_TOKEN }} ${{ matrix.args }}"
- name: Gather info