Skip to content

Commit

Permalink
fixup! fix(#4): generate reflect config in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
worm2fed committed Jul 17, 2024
1 parent aff7ebb commit 7508b43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
- name: Generate reflection config
run: |
java -agentlib:native-image-agent=caller-filter-file=./trace-filter.json,config-output-dir=. \
-jar aidbox-sdk.jar ./resources/schemas ./out
-jar aidbox-sdk.jar resources/schemas out
- name: Compile to native binary
run: |
Expand Down

0 comments on commit 7508b43

Please sign in to comment.