Skip to content

Commit 9073f33

Browse files
[fixup] Script formatting error
1 parent a02c024 commit 9073f33

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,10 @@ jobs:
6060
steps:
6161
- *checkout
6262
- name: Build
63-
run: bash tools/earthly.sh +build \
64-
--from=${{matrix.from}} \
65-
--${{matrix.vcpkg_arg}}
63+
run: |
64+
bash tools/earthly.sh +build \
65+
--from=${{matrix.from}} \
66+
--${{matrix.vcpkg_arg}}
6667
# This step will use the same cached +build results as long as all Earthly
6768
# build arguments are equivalent. Make sure of that!
6869
- name: Test

0 commit comments

Comments
 (0)