diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 08390721..5976805e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -50,7 +50,6 @@ jobs: version: 'latest' java-version: '17' cache: 'gradle' - components: 'native-image' github-token: ${{ secrets.GITHUB_TOKEN }} - name: Build with Gradle run: ./gradlew --no-daemon nativeCompile