Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AzaleeX committed Aug 20, 2024
1 parent 20a2a16 commit 379e8b8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,13 @@ jobs:
- name: Set up GraalVM with Java 21
uses: graalvm/setup-graalvm@v1
with:
version: '21.3.0' # Utilisez la version de GraalVM souhaitée
java-version: '21'
components: native-image # Installe également le composant Native Image de GraalVM

- name: Set up Maven
uses: actions/setup-java@v3
with:
distribution: 'graalvm' # Spécifie que nous utilisons GraalVM
distribution: 'graalvm'
java-version: '21'

- name: Cache Maven packages
Expand Down

0 comments on commit 379e8b8

Please sign in to comment.