fix build.yml (x18)

This commit is contained in:
dalbodeule
2024-06-14 00:15:09 +09:00
parent 152752218b
commit f5a97348be

View File

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