Skip to content

Commit d94f1af

Browse files
[fixup] Wrong argument list in Earthly command
1 parent f33ed86 commit d94f1af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
--${{matrix.vcpkg_arg}}
8484
- name: Build
8585
run: |
86-
bash tools/earthly.sh -a +build \
86+
bash tools/earthly.sh +build \
8787
--env=${{matrix.env}} \
8888
--${{matrix.vcpkg_arg}}
8989
# This step will use the same cached +build results as long as all Earthly

0 commit comments

Comments
 (0)