Skip to content

Commit

Permalink
[hotfix] Adds missing packages to e2e container
Browse files Browse the repository at this point in the history
  • Loading branch information
XComp committed Nov 2, 2023
1 parent f7e8585 commit 37b7829
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/flink-ci-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -357,6 +357,9 @@ jobs:
echo "JAVA_HOME=$JAVA_HOME_${{inputs.jdk-version}}_X64" >> ${GITHUB_ENV}
echo "PATH=$JAVA_HOME_${{inputs.jdk-version}}_X64/bin:$PATH" >> ${GITHUB_ENV}
- name: "Install missing packages"
run: sudo apt-get install -y net-tools docker-compose

- name: "Flink Checkout"
uses: actions/checkout@v3
with:
Expand Down

0 comments on commit 37b7829

Please sign in to comment.