Skip to content

Commit

Permalink
ci: Try to install appropriate Java and Maven
Browse files Browse the repository at this point in the history
  • Loading branch information
emk committed Feb 28, 2024
1 parent 004393f commit f96d520
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,16 @@ jobs:
packages: write

steps:
- uses: asdf-vm/actions/install@f4acd427436df623426c29f7e3e9ea715be28396
- run: rustup update stable
- uses: extractions/setup-just@v1

- uses: actions/checkout@v3
- name: Build & check core
run: just check
- name: Build & check Trino
run: |
just install-dev-tools
just docker-run-trino
just check-trino
docker tag trino-joinery ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest
Expand Down

0 comments on commit f96d520

Please sign in to comment.