Skip to content

Commit

Permalink
.github/workflows/build.yml: add missing backslash
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxKellermann committed Jul 23, 2024
1 parent 6d69693 commit 684d3e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:
-Dcolors=false \
-Dmultibyte=false \
-Dasync_connect=false \
-Dmini=true
-Dmini=true \
--wrap-mode nofallback \
${{ matrix.meson_options }} \
output/mini
Expand Down Expand Up @@ -162,7 +162,7 @@ jobs:
-Dcolors=false \
-Dmultibyte=false \
-Dasync_connect=false \
-Dmini=true
-Dmini=true \
--wrap-mode nofallback \
${{ matrix.meson_options }} \
output/mini
Expand Down

0 comments on commit 684d3e4

Please sign in to comment.