Skip to content

Commit 5ff6c5d

Browse files
Run env prep as a distinct step
1 parent 6e5ed9f commit 5ff6c5d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,11 @@ jobs:
6969
- { env: almalinux:8 --gts_version=12, vcpkg_arg: use_vcpkg=true }
7070
steps:
7171
- *checkout
72+
- name: Environment Prep
73+
run: |
74+
bash tools/earthly.sh +init \
75+
--env=${{matrix.env}} \
76+
--${{matrix.vcpkg_arg}}
7277
- name: Build
7378
run: |
7479
bash tools/earthly.sh -a "+build/pkg/*" pkg/ \

0 commit comments

Comments
 (0)