fix build.yml (x9)

This commit is contained in:
dalbodeule
2024-06-13 22:38:00 +09:00
parent 0481681dd4
commit a65772f575
2 changed files with 0 additions and 5 deletions

View File

@@ -18,7 +18,6 @@ RUN ./gradlew --no-daemon dependencies
COPY src ./src
# Build the application
RUN ./gradlew build
RUN ./gradlew nativeCompile
# Runner Stage