Skip to content

Commit

Permalink
chore: fix ci with setup.sh
Browse files Browse the repository at this point in the history
Signed-off-by: Sam Gammon <[email protected]>
  • Loading branch information
sgammon committed Jun 13, 2024
1 parent 76eca1f commit f4f8dbe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ jobs:
with:
java-version: ${{ matrix.java }}
distribution: 'zulu'
- name: Setup codebase
run: bash setup.sh
- name: Linux requirements
if: contains(matrix.os, 'ubuntu')
run: sudo apt-get -y install texinfo
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/graalvm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ jobs:
github-token: ${{ secrets.GITHUB_TOKEN }}
- name: Linux requirements
run: sudo apt-get -y install texinfo
- name: Setup codebase
run: bash setup.sh
- uses: gradle/actions/setup-gradle@db19848a5fa7950289d3668fb053140cf3028d43 # v3.3.2
- name: "Build: Compile & Install JNA"
run: ant && ant install
Expand Down

0 comments on commit f4f8dbe

Please sign in to comment.