diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 53cd7e750b..bf9c818aa3 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -12,7 +12,7 @@ jobs: build-packages: runs-on: ubuntu-latest - needs: static-analysis + # needs: static-analysis steps: - name: Checkout code uses: actions/checkout@v3 diff --git a/packages/cinterop/build.gradle.kts b/packages/cinterop/build.gradle.kts index cce3143a63..628e1bc649 100644 --- a/packages/cinterop/build.gradle.kts +++ b/packages/cinterop/build.gradle.kts @@ -593,7 +593,7 @@ tasks.named("cinteropRealm_wrapperMacos") { } tasks.named("jvmMainClasses") { - if (project.extra.properties["ignoreNativeLibs"] != true) { + if (project.extra.properties["ignoreNativeLibs"] == false) { dependsOn(buildJVMSharedLibs) } else { logger.warn("Ignore building native libs")