Skip to content

Commit

Permalink
ci: Fix minor typo
Browse files Browse the repository at this point in the history
Signed-off-by: Stephanos Ioannidis <root@stephanos.io>
  • Loading branch information
stephanosio committed Jun 5, 2020
1 parent 20176df commit 8595bea
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 @@ -119,7 +119,7 @@ jobs:
if [ "${{ matrix.host.name }}" == "windows-x86_64" ]; then
QEMU_FLAGS="${QEMU_FLAGS} \
--cross-prefix="x86_64-w64-mingw32-"
--cross-prefix=x86_64-w64-mingw32-
"
fi
Expand Down

0 comments on commit 8595bea

Please sign in to comment.