Skip to content

Commit

Permalink
Drop components: 'native-image'.
Browse files Browse the repository at this point in the history
  • Loading branch information
fniephaus committed Oct 17, 2023
1 parent 522446b commit a432ddf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/actions/prepare-environment/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,9 @@ runs:
- name: "🔧 Install GraalVM (JDK${{ inputs.java-version }})"
uses: graalvm/setup-graalvm@main
with:
components: 'native-image'
github-token: ${{ inputs.github-token }}
java-version: ${{ inputs.java-version }}
distribution: 'graalvm'
github-token: ${{ inputs.github-token }}
- name: "🔒 Configure push access"
if: ${{ inputs.push-access == '1' }}
shell: "bash"
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/test-native-gradle-plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,9 @@ jobs:
- name: "🔧 Install GraalVM (dev)"
uses: graalvm/setup-graalvm@main
with:
components: 'native-image'
github-token: ${{ inputs.github-token }}
java-version: 'dev'
distribution: 'graalvm'
github-token: ${{ inputs.github-token }}
set-java-home: 'false'
- name: "❓ Check and test the plugin"
run: ./gradlew :native-gradle-plugin:functionalTest
Expand Down

0 comments on commit a432ddf

Please sign in to comment.