Skip to content

Commit f1e3919

Browse files
committed
Remove optimization for macOS
1 parent 9df6a61 commit f1e3919

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ jobs:
109109
- name: "Build Native Image"
110110
run: native-image --no-server -Dmicronaut.env.deduction=false --report-unsupported-elements-at-runtime -cp simplelocalize-cli-*.jar -H:Name="simplelocalize-cli-${{matrix.label}}" io.simplelocalize.cli.SimplelocalizeCliCommand
111111
- name: "Optimize executable"
112+
if: matrix.label != 'mac'
112113
uses: svenstaro/upx-action@v2
113114
with:
114115
file: simplelocalize-cli-${{ matrix.label }}

0 commit comments

Comments
 (0)