Skip to content

Commit

Permalink
Update native-list-dir GitHub workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
olyagpl committed Dec 7, 2023
1 parent 349d2a6 commit bc4153d
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/native-list-dir.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,12 @@ jobs:
name: Run 'native-list-dir'
runs-on: ubuntu-latest
timeout-minutes: 20
strategy:
matrix:
java-version: ['21', 'dev']
steps:
- uses: actions/checkout@v3
- uses: graalvm/setup-graalvm@v1
with:
java-version: ${{ matrix.java-version }}
java-version: '21'
distribution: 'graalvm'
components: 'js'
github-token: ${{ secrets.GITHUB_TOKEN }}
native-image-job-reports: 'true'
- name: Run 'native-list-dir'
Expand Down

0 comments on commit bc4153d

Please sign in to comment.