fix build.yml (x18)

This commit is contained in:
dalbodeule 2024-06-14 00:15:09 +09:00
parent 152752218b
commit f5a97348be
No known key found for this signature in database
GPG Key ID: EFA860D069C9FA65

View File

@ -8,6 +8,8 @@ COPY build.gradle.kts settings.gradle.kts gradlew ./
COPY gradle gradle COPY gradle gradle
COPY src src COPY src src
RUN microdnf install findutils
# Build the project # Build the project
RUN ./gradlew nativeCompile RUN ./gradlew nativeCompile