From a3e6904357ca074ae308f0c93e4507dcc5843ab8 Mon Sep 17 00:00:00 2001 From: Daniel Slapman Date: Mon, 11 Dec 2023 21:08:20 +0100 Subject: [PATCH] Explicit native-image installation is now redundant --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 82816b8f..0b1db6d7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -178,7 +178,6 @@ jobs: with: java-version: '21' distribution: 'graalvm' - components: 'native-image' github-token: ${{ secrets.GITHUB_TOKEN }} native-image-job-reports: 'true'