Skip to content

Commit

Permalink
ci: fix JBang setup in properties check
Browse files Browse the repository at this point in the history
  • Loading branch information
poikilotherm committed Jul 2, 2024
1 parent 33731ad commit 470b490
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/check_property_files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,14 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install JBang
shell: bash
run: |
curl -Ls https://sh.jbang.dev | bash -s - app setup
- name: Install GraalVM + Native Image
- name: Setup GraalVM + Native Image
uses: graalvm/setup-graalvm@v1
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
java-version: '21'
distribution: 'graalvm-community'
- name: Setup JBang
uses: jbangdev/setup-jbang@main
- name: Run metadata block properties verification script
shell: bash
run: tests/verify_mdb_properties.sh

0 comments on commit 470b490

Please sign in to comment.