Skip to content

Commit

Permalink
Fix Quarkus Ecosystem CI
Browse files Browse the repository at this point in the history
Hopefully...
  • Loading branch information
gsmet authored and beikov committed Jan 20, 2025
1 parent 0c9bf32 commit 0431d36
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/quarkus-snapshot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,22 +28,21 @@ jobs:
# /etc/hosts file needs to be updated as a workaround for
# https://github.com/actions/virtual-environments/issues/3185
run: echo -e "$(ip addr show eth0 | grep "inet\b" | awk '{print $2}' | cut -d/ -f1)\t$(hostname -f) $(hostname -s)" | sudo tee -a /etc/hosts
- 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@v1
uses: actions/setup-java@v4
with:
java-version: ${{ env.JAVA_VERSION }}
distribution: temurin

- name: Checkout repo
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
path: current-repo
ref: main

- name: Checkout Ecosystem
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
repository: ${{ env.ECOSYSTEM_CI_REPO }}
ref: main
Expand Down

0 comments on commit 0431d36

Please sign in to comment.