Skip to content

Commit

Permalink
Add Build Native Image with JS Embedded demo (fix build job)
Browse files Browse the repository at this point in the history
  • Loading branch information
olyagpl committed Nov 27, 2024
1 parent a483368 commit df7760f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/native-image-build-with-js-embedded.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,11 @@ jobs:
name: Run 'native-image/build-with-js-embedded'
runs-on: ubuntu-latest
timeout-minutes: 15
strategy:
matrix:
java-version: ['21', '24-ea']
steps:
- uses: actions/checkout@v4
- uses: graalvm/setup-graalvm@v1
with:
java-version: ${{ matrix.java-version }}
java-version: '21.0.5'
distribution: 'graalvm'
github-token: ${{ secrets.GITHUB_TOKEN }}
cache: 'maven'
Expand Down

0 comments on commit df7760f

Please sign in to comment.