We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a02c024 commit 9073f33Copy full SHA for 9073f33
.github/workflows/ci.yml
@@ -60,9 +60,10 @@ jobs:
60
steps:
61
- *checkout
62
- name: Build
63
- run: bash tools/earthly.sh +build \
64
- --from=${{matrix.from}} \
65
- --${{matrix.vcpkg_arg}}
+ run: |
+ bash tools/earthly.sh +build \
+ --from=${{matrix.from}} \
66
+ --${{matrix.vcpkg_arg}}
67
# This step will use the same cached +build results as long as all Earthly
68
# build arguments are equivalent. Make sure of that!
69
- name: Test
0 commit comments