Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
Signed-off-by: Geoffroy Jamgotchian <[email protected]>
  • Loading branch information
geofjamg committed Oct 14, 2024
1 parent 3dfee5a commit ede7841
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ jobs:
env:
DEBIAN_FRONTEND: noninteractive
run: |
apt update
apt -y install maven python3 pipx
sudo apt update
sudo apt -y install maven python3 pipx
pipx install poetry
- name: Setup GraalVM
Expand Down

0 comments on commit ede7841

Please sign in to comment.