Skip to content

Commit f2df94b

Browse files
committed
fixup! fixup! fix(#4): generate reflect config in CI
1 parent afc12f2 commit f2df94b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/build.yaml

+2-3
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,8 @@ jobs:
8585
native-image-job-reports: "true"
8686

8787
- name: Generate reflection config
88-
run: >-
89-
java
90-
-agentlib:native-image-agent=caller-filter-file=./trace-filter.json,config-output-dir=.
88+
run: |
89+
java -agentlib:native-image-agent=caller-filter-file=./trace-filter.json,config-output-dir=. \
9190
-jar aidbox-sdk.jar ./resources/schemas /dev/null
9291
9392
- name: Compile to native binary

0 commit comments

Comments
 (0)