Skip to content

Commit

Permalink
Remove yq installation step
Browse files Browse the repository at this point in the history
`yq` is already installed in the runner image
  • Loading branch information
gastaldi authored Jan 7, 2025
1 parent 4d04409 commit 2023800
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/quarkus-snapshots.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,6 @@ jobs:
- name: Reclaim Disk Space
run: current-repo/.github/ci-prerequisites.sh

- name: Install yq
run: sudo add-apt-repository ppa:rmescandon/yq && sudo apt update && sudo apt install yq -y

- name: Set up Java
uses: actions/setup-java@v4
with:
Expand Down Expand Up @@ -77,9 +74,6 @@ jobs:
- name: Reclaim Disk Space
run: current-repo/.github/ci-prerequisites.sh

- name: Install yq
run: sudo add-apt-repository ppa:rmescandon/yq && sudo apt update && sudo apt install yq -y

- name: Set up Java
uses: actions/setup-java@v4
with:
Expand Down

0 comments on commit 2023800

Please sign in to comment.