Skip to content

Commit

Permalink
Remove setup-graalvm warning in CI (#530)
Browse files Browse the repository at this point in the history
The current CI pipeline shows the following warning:
```
Checks
Please remove "components: 'native-image'" from your workflow file. It is automatically included since GraalVM for JDK 17: oracle/graal#5995
```

This fix remove the `components` argument
  • Loading branch information
ligaz authored Jan 25, 2024
1 parent 5f10d5e commit ba56e67
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ jobs:
distribution: "graalvm-community"
version: "latest"
java-version: "21"
components: "native-image"
cache: "sbt"
- run: sbt scalafmtCheckAll scalafmtSbtCheck
build:
Expand All @@ -29,7 +28,6 @@ jobs:
distribution: "graalvm-community"
version: "latest"
java-version: "21"
components: "native-image"
cache: "sbt"
- name: Install Sbt (New MacOs ARM64 Runner doesn't have it)
if: ${{ matrix.os == 'macos-latest-xlarge' }}
Expand Down

0 comments on commit ba56e67

Please sign in to comment.