Skip to content

Commit d38525b

Browse files
authored
Applying Copilot's review comment
@adamw Applying Copilot's correct review suggestion #2806 (comment)
1 parent f5c6c47 commit d38525b

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,9 @@ jobs:
101101
run: echo "STTP_NATIVE=1" >> $GITHUB_ENV
102102
- name: Enable ZIO and Loom-specific modules
103103
if: matrix.java == '21'
104-
run: echo "ONLY_LOOM=1" >> $GITHUB_ENV
104+
run: |
105+
echo "WITH_ZIO=1" >> $GITHUB_ENV
106+
echo "ONLY_LOOM=1" >> $GITHUB_ENV
105107
- name: Compile
106108
run: sbt compile
107109
- name: Publish artifacts

0 commit comments

Comments
 (0)