Skip to content

Commit 1cc8f52

Browse files
authored
Actually use a multiline string
1 parent aa95d4c commit 1cc8f52

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ jobs:
282282
python -m pip install tox &&
283283
tox -m check
284284
- name: Install python3-apport
285-
run:
285+
run: |
286286
sudo apt update
287287
sudo apt install -q python3-apport
288288
- name: Run tests

0 commit comments

Comments
 (0)