Skip to content

Commit

Permalink
Upadate fortune-demo README and yml files.
Browse files Browse the repository at this point in the history
  • Loading branch information
LesiaChaban committed Nov 29, 2023
1 parent e0592fe commit f8fbf7c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/fortune-demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- uses: actions/checkout@v3
- uses: graalvm/setup-graalvm@v1
with:
java-version: '17.0.7'
java-version: '21.0.1'
distribution: 'graalvm'
github-token: ${{ secrets.GITHUB_TOKEN }}
- name: Run 'fortune'
Expand Down
4 changes: 2 additions & 2 deletions fortune-demo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ The plugin will also gather the diagnostic data at build time and write it to a

## Preparation

1. Download and install the latest GraalVM JDK with Native Image using the [GraalVM JDK Downloader](https://github.com/graalvm/graalvm-jdk-downloader).
1. Download and install the latest GraalVM JDK using the [SDKMAN!](https://sdkman.io/).
```bash
bash <(curl -sL https://get.graalvm.org/jdk)
sdk install java 21.0.1-graal
```
2. Download or clone GraalVM demos repository:
```bash
Expand Down

0 comments on commit f8fbf7c

Please sign in to comment.