Skip to content

Commit 3b46b99

Browse files
author
Alan Wisper
committed
chore: :packages:cli:nativeCompile
Signed-off-by: Alan Wisper <[email protected]>
1 parent 7a7e324 commit 3b46b99

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/job.native-compile-image.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,8 @@ jobs:
326326
TEST_EXCEPTIONS: true
327327
run: |
328328
./gradlew \
329-
:packages:cli:nativeOptimizedCompile \
329+
# :packages:cli:nativeOptimizedCompile \
330+
:packages:cli:nativeCompile \
330331
-x check \
331332
-x test \
332333
-x jvmTest \

0 commit comments

Comments
 (0)