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 a15f5c6 commit afc12f2
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,8 @@ jobs:

- name: Generate reflection config
run: >-
java -agentlib:native-image-agent=
caller-filter-file=./trace-filter.json,
config-output-dir=.
java
-agentlib:native-image-agent=caller-filter-file=./trace-filter.json,config-output-dir=.
-jar aidbox-sdk.jar ./resources/schemas /dev/null
- name: Compile to native binary
Expand Down

0 comments on commit afc12f2

Please sign in to comment.