Skip to content

Commit b159483

Browse files
committed
fix: missing line char
1 parent 6fba437 commit b159483

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
steps:
1616
- name: Install prerequisites
1717
run: |
18-
dnf install --assumeyes install
18+
dnf install --assumeyes install \
1919
'pkgconfig(accountsservice)' \
2020
'pkgconfig(alsa)' \
2121
'pkgconfig(gee-0.8)' \

0 commit comments

Comments
 (0)